Revert "Convert data type of DistanceSpacing to float"

This reverts commit 7aaa88cac2.
This commit is contained in:
Salman Ahmed
2022-04-29 08:02:07 +03:00
parent b6d2ca7709
commit fef94d49f4
13 changed files with 24 additions and 21 deletions

View File

@ -24,7 +24,7 @@ namespace osu.Game.Overlays.Settings.Sections.UserInterface
LabelText = UserInterfaceStrings.CursorRotation,
Current = config.GetBindable<bool>(OsuSetting.CursorRotation)
},
new SettingsSlider<float, SizeSlider>
new SettingsSlider<float, SizeSlider<float>>
{
LabelText = UserInterfaceStrings.MenuCursorSize,
Current = config.GetBindable<float>(OsuSetting.MenuCursorSize),