1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 17:07:38 +08:00
This commit is contained in:
gabixdev 2017-09-17 01:34:56 +02:00
parent a8ada75633
commit 48008cd7e6

View File

@ -109,7 +109,6 @@ namespace osu.Game.Graphics.Cursor
private void load(OsuConfigManager config)
{
cursorRotate = config.GetBindable<bool> (OsuSetting.CursorRotation);
cursorRotate.TriggerChange();
}
public class Cursor : Container