mirror of
https://github.com/ppy/osu.git
synced 2025-02-19 13:53:10 +08:00
Update with framework rename.
This commit is contained in:
parent
3f832731c9
commit
3345ba180f
@ -36,7 +36,7 @@ namespace osu.Game.Beatmaps
|
||||
var t = track;
|
||||
if (t == null) return;
|
||||
|
||||
t.ResetRate();
|
||||
t.ResetSpeedAdjustments();
|
||||
foreach (var mod in Mods.Value.OfType<IApplicableToClock>())
|
||||
mod.ApplyToClock(t);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user