From 395c5aa302518af0d9f66dfafc910b3eab88742d Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 26 Oct 2021 19:22:08 +0800 Subject: ... --- include/cru/ui/DebugFlags.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cru/ui/DebugFlags.hpp') 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 -- cgit v1.2.3