1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 19:27:26 +08:00

Merge pull request #601 from peppy/general-fixes

General fixes
This commit is contained in:
Dan Balasescu 2017-04-07 09:38:55 +09:00 committed by GitHub
commit 9c6d08405a

View File

@ -31,7 +31,7 @@ namespace osu.Game.Configuration
Set(OsuConfig.MouseDisableWheel, false);
Set(OsuConfig.SnakingInSliders, true);
Set(OsuConfig.SnakingOutSliders, false);
Set(OsuConfig.SnakingOutSliders, true);
Set(OsuConfig.MenuParallax, true);