No longer showing ImGui demo-window

This commit is contained in:
Simon Lübeß
2021-09-02 12:18:46 +02:00
parent d1175519eb
commit c9e9a11e4e
+1 -1
View File
@@ -193,7 +193,7 @@ namespace GlitchyEngine.ImGui
var event = scope ImGuiRenderEvent();
Application.Get().OnEvent(event);
ImGui.ShowDemoWindow(&showDemo);
//ImGui.ShowDemoWindow(&showDemo);
End();
}