renamed CursorSize to MenuCursorSize

This commit is contained in:
Jorolf
2017-03-21 17:16:23 +01:00
parent 80de15d935
commit 82d6129063
3 changed files with 4 additions and 4 deletions

View File

@ -84,7 +84,7 @@ namespace osu.Game.Graphics.Cursor
[BackgroundDependencyLoader]
private void load(OsuConfigManager config, TextureStore textures, OsuColour colour)
{
cursorScale = config.GetBindable<double>(OsuConfig.CursorSize);
cursorScale = config.GetBindable<double>(OsuConfig.MenuCursorSize);
Children = new Drawable[]
{