aboutsummaryrefslogtreecommitdiff
path: root/CruUI/application.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CruUI/application.cpp')
-rw-r--r--CruUI/application.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/CruUI/application.cpp b/CruUI/application.cpp
index 78b44d7e..120fffa6 100644
--- a/CruUI/application.cpp
+++ b/CruUI/application.cpp
@@ -100,6 +100,10 @@ namespace cru {
animation_manager_ = std::make_unique<ui::animations::details::AnimationManager>();
god_window_ = std::make_unique<GodWindow>(this);
+
+#ifdef CRU_DEBUG
+ debug_border_brush_ = graph::CreateSolidBrush(D2D1::ColorF(D2D1::ColorF::Crimson));
+#endif
}
Application::~Application()