From 5daaa1fc06861b6bbf67508140ebbd2d906b81fe Mon Sep 17 00:00:00 2001 From: Mitchell Richters Date: Mon, 31 Aug 2020 05:24:29 +1000 Subject: [PATCH] - fix issues with `cl_syncinput 0`. --- source/core/mainloop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/mainloop.cpp b/source/core/mainloop.cpp index 3bffcd060..4244326e0 100644 --- a/source/core/mainloop.cpp +++ b/source/core/mainloop.cpp @@ -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.