Skip to content

Commit

Permalink
Added missing ImGui::End()
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan-Greve committed Apr 12, 2024
1 parent fe8139f commit f40120d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SourceFiles/draw_right_panel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ void draw_right_panel(MapRenderer* map_renderer, int& FPS_target, DX::StepTimer&
}
}
}
ImGui::End();
}

ImGui::PopStyleVar();
Expand Down

0 comments on commit f40120d

Please sign in to comment.