Skip to content

Commit

Permalink
typo (k4zmu2a#102)
Browse files Browse the repository at this point in the history
pause/ resume to pause/resume
  • Loading branch information
Martinligabue authored Dec 3, 2021
1 parent de13d4e commit 3891221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpaceCadetPinball/winmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 3891221

Please sign in to comment.