Remove some more junk from the texture thing.
This commit is contained in:
parent
d0d3c8bc04
commit
3519c73079
3 changed files with 12 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue