mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Move state.
This commit is contained in:
parent
278e7ba9b0
commit
224c79c492
@ -114,10 +114,10 @@ struct SpriteBuffer {
|
||||
|
||||
#ifndef NDEBUG
|
||||
static constexpr bool test_is_filling = true;
|
||||
bool is_filling = false;
|
||||
#else
|
||||
static constexpr bool test_is_filling = false;
|
||||
#endif
|
||||
bool is_filling = false;
|
||||
|
||||
void reset_sprite_collection();
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user