mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 11:40:44 +00:00
Fix demo playback speed
This commit is contained in:
parent
75789eee50
commit
51a24b3413
1 changed files with 1 additions and 1 deletions
|
@ -2396,7 +2396,7 @@ LOOP3:
|
||||||
// END YELLOW SECTION
|
// END YELLOW SECTION
|
||||||
|
|
||||||
// loc_12149:
|
// loc_12149:
|
||||||
if (bInDemo)
|
if (bInDemo || bPlayback)
|
||||||
{
|
{
|
||||||
while (tclocks > totalclock) { HandleAsync(); }
|
while (tclocks > totalclock) { HandleAsync(); }
|
||||||
tclocks = totalclock;
|
tclocks = totalclock;
|
||||||
|
|
Loading…
Reference in a new issue