mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 03:33:39 +08:00
Call ResetSpeedAdjustments before adjusting clock
This commit is contained in:
@@ -141,6 +141,7 @@ namespace osu.Game.Screens.Play
|
||||
{
|
||||
if (sourceClock == null) return;
|
||||
|
||||
sourceClock.ResetSpeedAdjustments();
|
||||
sourceClock.Rate = UserPlaybackRate.Value;
|
||||
|
||||
foreach (var mod in beatmap.Mods.Value.OfType<IApplicableToClock>())
|
||||
|
||||
Reference in New Issue
Block a user