Fix demo playback speed

This commit is contained in:
nukeykt 2019-12-03 04:34:52 +09:00 committed by Christoph Oelckers
parent 75789eee50
commit 51a24b3413

View file

@ -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;