mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 15:05:34 +08:00
fixed typo
This commit is contained in:
parent
8568e1536c
commit
80de15d935
@ -61,12 +61,12 @@ namespace osu.Game.Overlays.Options.Sections
|
||||
},
|
||||
new OptionSlider<double>
|
||||
{
|
||||
LabelText = "Menu Cursor size",
|
||||
LabelText = "Menu cursor size",
|
||||
Bindable = (BindableDouble)config.GetBindable<double>(OsuConfig.CursorSize)
|
||||
},
|
||||
new OptionSlider<double>
|
||||
{
|
||||
LabelText = "Gameplay Cursor size",
|
||||
LabelText = "Gameplay cursor size",
|
||||
Bindable = (BindableDouble)config.GetBindable<double>(OsuConfig.GameplayCursorSize)
|
||||
},
|
||||
new OsuCheckbox
|
||||
@ -77,4 +77,4 @@ namespace osu.Game.Overlays.Options.Sections
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user