mirror of
https://github.com/ppy/osu.git
synced 2026-06-06 07:45:02 +08:00
Changed KeyboardStep to 0.01
This commit is contained in:
@@ -53,7 +53,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
||||
{
|
||||
public DeadzoneSetting()
|
||||
{
|
||||
KeyboardStep = 0.005f;
|
||||
KeyboardStep = 0.01f;
|
||||
TransferValueOnCommit = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user