mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09: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