diff options
author | crupest <crupest@outlook.com> | 2021-10-26 19:22:08 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-10-26 19:22:08 +0800 |
commit | 395c5aa302518af0d9f66dfafc910b3eab88742d (patch) | |
tree | 5fa452058f5650fc62c37d0f435b8914c5b1aac5 /include/cru | |
parent | 253341d93d8e3cb38a204b539822ca1cc8597754 (diff) | |
download | cru-395c5aa302518af0d9f66dfafc910b3eab88742d.tar.gz cru-395c5aa302518af0d9f66dfafc910b3eab88742d.tar.bz2 cru-395c5aa302518af0d9f66dfafc910b3eab88742d.zip |
...
Diffstat (limited to 'include/cru')
-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 |