mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09: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:
@ -148,6 +148,7 @@ namespace osu.Game.Rulesets.UI
|
||||
}
|
||||
|
||||
clock.CurrentTime = newTime.Value;
|
||||
Clock.ProcessFrame();
|
||||
}
|
||||
|
||||
requireMoreUpdateLoops = clock.CurrentTime != parentClock.CurrentTime;
|
||||
|
Reference in New Issue
Block a user