mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:52:53 +08:00
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 @@ namespace osu.Game.Rulesets.UI
|
||||
}
|
||||
|
||||
clock.CurrentTime = newTime.Value;
|
||||
Clock.ProcessFrame();
|
||||
}
|
||||
|
||||
requireMoreUpdateLoops = clock.CurrentTime != parentClock.CurrentTime;
|
||||
|
Loading…
Reference in New Issue
Block a user