- fix issues with cl_syncinput 0.

This commit is contained in:
Mitchell Richters 2020-08-31 05:24:29 +10:00
parent 765f211e05
commit 5daaa1fc06

View file

@ -507,9 +507,9 @@ void MainLoop ()
}
I_SetFrameTime();
I_StartTic ();
TryRunTics (); // will run at least one tic
// Update display, next frame, with current state.
I_StartTic ();
Display();
Mus_UpdateMusic(); // must be at the end.