mirror of https://github.com/ppy/osu
Fix replay clock always running 1 frame behind
* Fixes swells never completing. * Fixes forward playback missing notes every now and then. * Probably more stuff.
This commit is contained in:
parent
615984ca9c
commit
0cec51110a
|
@ -148,6 +148,7 @@ protected override void Update()
|
|||
}
|
||||
|
||||
clock.CurrentTime = newTime.Value;
|
||||
Clock.ProcessFrame();
|
||||
}
|
||||
|
||||
requireMoreUpdateLoops = clock.CurrentTime != parentClock.CurrentTime;
|
||||
|
|
Loading…
Reference in New Issue