1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +08:00

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,
}
};