mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-25 08:30:13 +00:00
Fix PopStyleVar mismatch in settings window
This commit is contained in:
parent
d7e2b26af7
commit
77f8ebd727
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue