From 9fe17158dcba7c5cd98e94ba15af8c2ecb23c7ee Mon Sep 17 00:00:00 2001 From: Ciremun Date: Sat, 13 Apr 2024 01:44:50 +0300 Subject: [PATCH] show about window --- freedom/standalone/standalone_main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freedom/standalone/standalone_main.cpp b/freedom/standalone/standalone_main.cpp index d841076..b51f5d3 100644 --- a/freedom/standalone/standalone_main.cpp +++ b/freedom/standalone/standalone_main.cpp @@ -161,11 +161,11 @@ int main(int, char**) update_ui(); ImGui::PushFont(debug_font); - ImGui::PushID(69); ImGui::Begin("Style Editor"); ImGui::ShowStyleEditor(); ImGui::End(); - ImGui::PopID(); + + ImGui::ShowAboutWindow(); static ImVec4 clear_color = BLACK; ImGui::Begin("Background Color");