1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-22 12:33:29 +00:00

Move state.

This commit is contained in:
Thomas Harte 2023-04-06 00:05:19 -04:00
parent 278e7ba9b0
commit 224c79c492

View File

@ -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();
};