mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 17:37:23 +09:00
Call ResetSpeedAdjustments before adjusting clock
This commit is contained in:
parent
13b3036ec6
commit
cdeaa80fea
@ -141,6 +141,7 @@ namespace osu.Game.Screens.Play
|
|||||||
{
|
{
|
||||||
if (sourceClock == null) return;
|
if (sourceClock == null) return;
|
||||||
|
|
||||||
|
sourceClock.ResetSpeedAdjustments();
|
||||||
sourceClock.Rate = UserPlaybackRate.Value;
|
sourceClock.Rate = UserPlaybackRate.Value;
|
||||||
|
|
||||||
foreach (var mod in beatmap.Mods.Value.OfType<IApplicableToClock>())
|
foreach (var mod in beatmap.Mods.Value.OfType<IApplicableToClock>())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user