Call ResetSpeedAdjustments before adjusting clock

This commit is contained in:
Dean Herbert 2019-03-12 11:35:25 +09:00
parent 13b3036ec6
commit cdeaa80fea
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ private void updateRate()
{
if (sourceClock == null) return;
sourceClock.ResetSpeedAdjustments();
sourceClock.Rate = UserPlaybackRate.Value;
foreach (var mod in beatmap.Mods.Value.OfType<IApplicableToClock>())