mirror of https://github.com/ppy/osu
Remove rate adjustment from player test scene
This commit is contained in:
parent
7e1844ed77
commit
f793bf66e5
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue