mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-15 20:20:54 +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…
Reference in a new issue