Revert some more usage of MusicController back to WorkingBeatmap

This commit is contained in:
Dean Herbert
2020-08-21 15:05:56 +09:00
parent 0b0ff62647
commit d2c2e8bbe8
9 changed files with 17 additions and 12 deletions

View File

@ -13,8 +13,7 @@ namespace osu.Game.Tests.Visual
base.Update();
// note that this will override any mod rate application
if (MusicController.TrackLoaded)
MusicController.CurrentTrack.Tempo.Value = Clock.Rate;
Beatmap.Value.Track.Tempo.Value = Clock.Rate;
}
}
}