diff --git a/SpaceCadetPinball/winmain.cpp b/SpaceCadetPinball/winmain.cpp index 57792ab..860bd7c 100644 --- a/SpaceCadetPinball/winmain.cpp +++ b/SpaceCadetPinball/winmain.cpp @@ -898,7 +898,7 @@ int winmain::ProcessWindowMessages() { static auto idleWait = 0; SDL_Event event; - if (has_focus && !single_step) + if (has_focus) { idleWait = static_cast(TargetFrameTime.count()); while (SDL_PollEvent(&event))