mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-01 09:42:27 +00:00
- fix issues with cl_syncinput 0
.
This commit is contained in:
parent
765f211e05
commit
5daaa1fc06
1 changed files with 1 additions and 1 deletions
|
@ -507,9 +507,9 @@ void MainLoop ()
|
||||||
}
|
}
|
||||||
I_SetFrameTime();
|
I_SetFrameTime();
|
||||||
|
|
||||||
|
I_StartTic ();
|
||||||
TryRunTics (); // will run at least one tic
|
TryRunTics (); // will run at least one tic
|
||||||
// Update display, next frame, with current state.
|
// Update display, next frame, with current state.
|
||||||
I_StartTic ();
|
|
||||||
|
|
||||||
Display();
|
Display();
|
||||||
Mus_UpdateMusic(); // must be at the end.
|
Mus_UpdateMusic(); // must be at the end.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue