From 224c79c492dd5610a074c1a4313b08769ce35daf Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 6 Apr 2023 00:05:19 -0400 Subject: [PATCH] Move state. --- Components/9918/Implementation/LineBuffer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); };