mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-03 08:03:50 +00:00
Fix PopStyleVar mismatch in settings window
This commit is contained in:
parent
2f49b9337c
commit
ca6852c51d
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