mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 14:25:05 +08:00
Changed KeyboardStep to 0.01
This commit is contained in:
parent
0133ee962d
commit
5addcbf460
@ -53,7 +53,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
||||
{
|
||||
public DeadzoneSetting()
|
||||
{
|
||||
KeyboardStep = 0.005f;
|
||||
KeyboardStep = 0.01f;
|
||||
TransferValueOnCommit = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user