Skip to content

Commit

Permalink
show about window
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciremun committed Apr 12, 2024
1 parent 5d3ad31 commit 9fe1715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions freedom/standalone/standalone_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 9fe1715

Please sign in to comment.