Skip to content

Commit

Permalink
- process events every frame as well to ensure that menus can run at …
Browse files Browse the repository at this point in the history
…any framerate
  • Loading branch information
Gutawer authored and coelckers committed Nov 23, 2022
1 parent eab675c commit 8db4c5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/d_main.cpp
Expand Up @@ -1217,6 +1217,7 @@ void D_DoomLoop ()
}
// Update display, next frame, with current state.
I_StartTic ();
D_ProcessEvents();
D_Display ();
S_UpdateMusic();
if (wantToRestart)
Expand Down

0 comments on commit 8db4c5e

Please sign in to comment.