mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Revert "Add OSD + config value for scroll speed"
This reverts commit a6d8b28221
.
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user