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
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ private void applyRateAdjustments()
var t = track;
if (t == null) return;
t.ResetRate();
t.ResetSpeedAdjustments();
foreach (var mod in Mods.Value.OfType<IApplicableToClock>())
mod.ApplyToClock(t);
}