X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsdl.c;h=f18b97b47afee8a1db1fc0e380b7b178a2f4397f;hb=6af16a4497e5c9e15eb24700ba8e8db0a13e0202;hp=fca1e8b9f3e357c06f8ac4818344ed4f30efbaf0;hpb=aaa6bf53eceb4c7801966a017dcc8a57c2fdface;p=rocksndiamonds.git diff --git a/src/libgame/sdl.c b/src/libgame/sdl.c index fca1e8b9..f18b97b4 100644 --- a/src/libgame/sdl.c +++ b/src/libgame/sdl.c @@ -224,6 +224,8 @@ static void UpdateScreenExt(SDL_Rect *rect, boolean with_frame_delay) static void UpdateScreen_WithFrameDelay(SDL_Rect *rect) { + PumpEvents(); // execute event filter actions while waiting + UpdateScreenExt(rect, TRUE); }