Update with framework rename.

This commit is contained in:
Dean Herbert
2017-04-21 19:26:32 +09:00
parent 3f832731c9
commit 3345ba180f

View File

@ -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);
}