Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-12-11 21:12:12 +02:00
parent a1061c873a
commit c856e0414c
7 changed files with 55 additions and 15 deletions

View File

@@ -89,6 +89,7 @@ auto Application::run() -> void
ImGui::NewFrame();
if (m_show_imgui) {
ImGui::SetNextWindowCollapsed(true, ImGuiCond_Once);
ImGui::ShowDemoWindow();
ImGui::SetNextWindowSize({ 100, 50 });