1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 16:12:57 +08:00

Changed KeyboardStep to 0.01

This commit is contained in:
maromalo 2022-04-23 13:16:20 -03:00
parent 0133ee962d
commit 5addcbf460

View File

@ -53,7 +53,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
{
public DeadzoneSetting()
{
KeyboardStep = 0.005f;
KeyboardStep = 0.01f;
TransferValueOnCommit = true;
}
}