mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 07:56:25 +02:00
Add dead zone to yaw controls
This commit is contained in:
parent
6d4b1c4b97
commit
f112d345e8
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
]
|
||||
},
|
||||
|
||||
{ "from": "GamePad.RX", "to": "Actions.Yaw" },
|
||||
{ "from": "GamePad.RX", "filters": { "type": "deadZone", "min": 0.05 }, "to": "Actions.Yaw" },
|
||||
|
||||
{ "from": "GamePad.RY",
|
||||
"to": "Actions.VERTICAL_UP",
|
||||
|
|
Loading…
Reference in a new issue