1
0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2024-07-19 15:49:59 +02:00
pause/ resume to pause/resume
This commit is contained in:
Martin Ligabue 2021-12-03 13:35:23 +01:00 committed by GitHub
parent de13d4e326
commit 389122182e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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