Remove rate adjustment from player test scene

This commit is contained in:
smoogipoo 2020-09-02 14:25:24 +09:00
parent 7e1844ed77
commit f793bf66e5
1 changed files with 0 additions and 2 deletions

View File

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