1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 02:13:21 +08:00

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

View File

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