Set keyboard step to 0.1 for difficulty adjust sliders

This commit is contained in:
Salman Ahmed 2022-02-02 17:16:35 +03:00
parent f777347aaf
commit 074a691635

View File

@ -105,6 +105,7 @@ namespace osu.Game.Rulesets.Mods
{
ShowsDefaultIndicator = false,
Current = currentNumber,
KeyboardStep = 0.1f,
}
};