- process events every frame as well to ensure that menus can run at any framerate

This commit is contained in:
Gutawer 2022-11-23 21:39:35 +00:00 committed by Christoph Oelckers
parent eab675c0cb
commit 8db4c5ea71

View file

@ -1217,6 +1217,7 @@ void D_DoomLoop ()
}
// Update display, next frame, with current state.
I_StartTic ();
D_ProcessEvents();
D_Display ();
S_UpdateMusic();
if (wantToRestart)