mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 03:25:11 +08:00
Fix incorrect application logic for rate fallback
Co-Authored-By: peppy <pe@ppy.sh>
This commit is contained in:
parent
a10cd2288d
commit
5d23a966d7
@ -72,7 +72,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
if (clock is IHasPitchAdjust tempo)
|
||||
tempo.PitchAdjust = baseAdjust * localAdjust;
|
||||
else
|
||||
clock.Rate *= baseAdjust * localAdjust;
|
||||
clock.Rate = baseAdjust * localAdjust;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user