Fix PopStyleVar mismatch in settings window

This commit is contained in:
Kelsi 2026-02-15 04:20:32 -08:00
parent d7e2b26af7
commit 77f8ebd727

View file

@ -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();
}