Revert "Add OSD + config value for scroll speed"

This reverts commit a6d8b28221.
This commit is contained in:
smoogipoo
2018-01-11 13:40:46 +09:00
parent e5f17e3ddb
commit 712d586d41
4 changed files with 5 additions and 17 deletions

View File

@ -73,7 +73,6 @@ namespace osu.Game.Configuration
Set(OsuSetting.FloatingComments, false);
Set(OsuSetting.ScrollingAlgorithm, ScrollingAlgorithmType.Global);
Set(OsuSetting.UserScrollSpeed, 1500.0, 50.0, 10000.0);
// Update
Set(OsuSetting.ReleaseStream, ReleaseStream.Lazer);
@ -120,7 +119,6 @@ namespace osu.Game.Configuration
ChatDisplayHeight,
Version,
ShowConvertedBeatmaps,
ScrollingAlgorithm,
UserScrollSpeed
ScrollingAlgorithm
}
}