1
0
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:
Dean Herbert 2017-04-21 19:26:32 +09:00
parent 3f832731c9
commit 3345ba180f
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

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