Minor cleanup

This commit is contained in:
Alexander Bock
2016-06-29 14:37:19 +02:00
parent cfd16dd35d
commit 9652e64fd3
2 changed files with 30 additions and 26 deletions
+3 -1
View File
@@ -39,6 +39,8 @@
#include "gui_lua.inl"
//#define SHOW_IMGUI_HELPERS
namespace {
const std::string _loggerCat = "GUI";
@@ -480,7 +482,7 @@ void GUI::render() {
addScreenSpaceRenderable(std::string(addImageBuffer));
}
#if 1
#ifdef SHOW_IMGUI_HELPERS
ImGui::Begin("Style Editor");
ImGui::ShowStyleEditor();
ImGui::End();