Remove local reset method in GameplayClockContainer

This commit is contained in:
Dean Herbert
2020-08-17 22:36:03 +09:00
parent d9debef156
commit 93a8bc3d5a
6 changed files with 19 additions and 28 deletions

View File

@ -29,6 +29,8 @@ namespace osu.Game.Tests.Visual
{
Dependencies.Cache(LocalConfig = new OsuConfigManager(LocalStorage));
LocalConfig.GetBindable<double>(OsuSetting.DimLevel).Value = 1.0;
MusicController.AllowRateAdjustments = true;
}
[SetUpSteps]