diff --git a/Components/9918/Implementation/LineBuffer.hpp b/Components/9918/Implementation/LineBuffer.hpp index 4116249d4..43ca91935 100644 --- a/Components/9918/Implementation/LineBuffer.hpp +++ b/Components/9918/Implementation/LineBuffer.hpp @@ -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(); };