We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9273fb commit 458feffCopy full SHA for 458feff
src/main_menu/main_menu.cpp
@@ -27,6 +27,7 @@ void WindowMenu::display_windows(Engine& engine) {
27
if (m_data.inspect && !display_inspector(engine.scene())) { m_data.inspect = {}; }
28
if (m_flags.log) { m_flags.log = display_log(); }
29
if (m_flags.stats) { m_flags.stats = display_stats(engine); }
30
+ if (m_flags.demo) { ImGui::ShowDemoWindow(&m_flags.demo); }
31
}
32
33
bool WindowMenu::display_scene(Scene& scene) {
0 commit comments