1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 17:07:38 +08:00

Merge pull request #16748 from frenzibyte/explicit-diffadjust-keyboard-step

Use `0.1` keyboard step for "Difficulty Adjust" sliders
This commit is contained in:
Dean Herbert 2022-02-03 00:22:23 +09:00 committed by GitHub
commit 3a5099cf06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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