diff options
Diffstat (limited to 'CruUI/application.cpp')
-rw-r--r-- | CruUI/application.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CruUI/application.cpp b/CruUI/application.cpp index 120fffa6..1375ed99 100644 --- a/CruUI/application.cpp +++ b/CruUI/application.cpp @@ -101,7 +101,7 @@ namespace cru { god_window_ = std::make_unique<GodWindow>(this); -#ifdef CRU_DEBUG +#ifdef CRU_DEBUG_DRAW_CONTROL_BORDER debug_border_brush_ = graph::CreateSolidBrush(D2D1::ColorF(D2D1::ColorF::Crimson)); #endif } |