pause/ resume to pause/resume
This commit is contained in:
Martin Ligabue 2021-12-02 12:18:22 +01:00 committed by GitHub
parent de13d4e326
commit 6d9a4067a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ void winmain::RenderUi()
end_pause(); end_pause();
pb::launch_ball(); pb::launch_ball();
} }
if (ImGui::MenuItem("Pause/ Resume Game", "F3")) if (ImGui::MenuItem("Pause/Resume Game", "F3"))
{ {
pause(); pause();
} }