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

@ -62,7 +62,7 @@ namespace osu.Game.Overlays.Options.Sections
new OptionSlider<double>
{
LabelText = "Menu cursor size",
Bindable = (BindableDouble)config.GetBindable<double>(OsuConfig.CursorSize)
Bindable = (BindableDouble)config.GetBindable<double>(OsuConfig.MenuCursorSize)
},
new OptionSlider<double>
{