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