1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 19:24:24 +08:00

Merge pull request #263 from EVAST9919/fixes

Remove unnecessary items from OptionsOverlay
This commit is contained in:
Dean Herbert
2016-12-20 01:18:51 +09:00
committed by GitHub
Unverified
2 changed files with 0 additions and 2 deletions
@@ -20,7 +20,6 @@ namespace osu.Game.Overlays.Options.Input
{
Children = new Drawable[]
{
new SpriteText { Text = "Sensitivity: TODO slider" },
new SliderOption<double>
{
LabelText = "Sensitivity",
-1
View File
@@ -62,7 +62,6 @@ namespace osu.Game.Overlays.Options
LabelText = "Always use skin cursor",
Bindable = config.GetBindable<bool>(OsuConfig.UseSkinCursor)
},
new SpriteText { Text = "Cursor size: TODO slider" },
new SliderOption<double>
{
LabelText = "Cursor size",