mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Update with framework rename.
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user