diff --git a/demo/main.cpp b/demo/main.cpp index 977bdac56a5f7c168c78d5c356049a6b46d6b903..f418554da99795ed10ad7db0425e2c8d2a7cb04b 100644 --- a/demo/main.cpp +++ b/demo/main.cpp @@ -360,9 +360,9 @@ int main(int argc, char* argv[]) { std::shared_ptr<fggl::debug::DebugUI> debug = std::make_shared<fggl::debug::DebugUI>(window); locator.supply<fggl::debug::DebugUI>(debug); debug->addWindow("gamepad", gamepadDebug); - debug->addWindow("imgui-demo", ImGui::ShowDemoWindow); - debug->addWindow("imgui-about", ImGui::ShowAboutWindow); - debug->addWindow("imgui-help", [](bool* val) { ImGui::ShowUserGuide(); } ); + //debug->addWindow("imgui-demo", ImGui::ShowDemoWindow); + //debug->addWindow("imgui-about", ImGui::ShowAboutWindow); + //debug->addWindow("imgui-help", [](bool* val) { ImGui::ShowUserGuide(); } ); debug->visible(true); // Scene management