diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/cru/ui/DebugFlags.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/DebugFlags.hpp b/include/cru/ui/DebugFlags.hpp index c25c10fa..71d2c03e 100644 --- a/include/cru/ui/DebugFlags.hpp +++ b/include/cru/ui/DebugFlags.hpp @@ -6,5 +6,5 @@ constexpr bool layout = false; constexpr bool shortcut = false; constexpr bool text_service = false; constexpr int click_detector = 0; -constexpr int draw = 1; +constexpr int draw = 0; } // namespace cru::ui::debug_flags |