Skip to content

Commit

Permalink
Fix hidden main window output
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius authored Nov 14, 2024
1 parent 327f1c7 commit 02f9b6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platforms/desktop-shared/gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ void gui_render(void)
{
ImGui::NewFrame();

ImGui::DockSpaceOverViewport();
if (config_debug.debug)
ImGui::DockSpaceOverViewport();

gui_in_use = dialog_in_use;

Expand Down

0 comments on commit 02f9b6e

Please sign in to comment.