Remove some more junk from the texture thing.

This commit is contained in:
Zed A. Shaw 2025-01-27 10:25:49 -05:00
parent d0d3c8bc04
commit 3519c73079
3 changed files with 12 additions and 16 deletions

View file

@ -10,6 +10,8 @@ constexpr const int SCREEN_HEIGHT=720;
constexpr const int SCREEN_WIDTH=1280;
constexpr const bool VSYNC=false;
constexpr const int FRAME_LIMIT=60;
constexpr const int NUM_SPRITES=1;
#ifdef NDEBUG
constexpr const bool DEBUG_BUILD=false;
#else