1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 21:43:22 +08:00

A little change to woke up AppVeyor

This commit is contained in:
Andrey Zavadskiy 2017-04-04 19:06:53 +03:00
parent bec4bf36ac
commit c4c8604afd

View File

@ -35,8 +35,8 @@ namespace osu.Game.Configuration
Set(OsuConfig.MenuParallax, true); Set(OsuConfig.MenuParallax, true);
Set(OsuConfig.KeyOverlay, false);
Set(OsuConfig.ShowInterface, true); Set(OsuConfig.ShowInterface, true);
Set(OsuConfig.KeyOverlay, false);
//todo: implement all settings below this line (remove the Disabled set when doing so). //todo: implement all settings below this line (remove the Disabled set when doing so).
Set(OsuConfig.MouseSpeed, 1.0).Disabled = true; Set(OsuConfig.MouseSpeed, 1.0).Disabled = true;