1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-09-04 07:20:15 +02:00

fix gui not responding when the game is paused

This commit is contained in:
Alexis Murzeau 2022-08-08 19:29:16 +02:00
parent 54a217c27b
commit ab2e00a642

View file

@ -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<int>(TargetFrameTime.count());
while (SDL_PollEvent(&event))