diff --git a/src/d_main.cpp b/src/d_main.cpp index 4e16557479..be097ac98f 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -1053,10 +1053,10 @@ void D_DoomLoop () } else { - I_StartTic (); TryRunTics (); // will run at least one tic } // Update display, next frame, with current state. + I_StartTic (); D_Display (); if (wantToRestart) {