diff --git a/src/ui/game_screen.cpp b/src/ui/game_screen.cpp index d65d5862..35b122ec 100644 --- a/src/ui/game_screen.cpp +++ b/src/ui/game_screen.cpp @@ -5510,7 +5510,7 @@ void GameScreen::renderSettingsWindow() { if (ImGui::Button("Back to Game", ImVec2(-1, 0))) { showSettingsWindow = false; } - ImGui::PopStyleVar(2); + ImGui::PopStyleVar(); } ImGui::End(); }