mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 04:42:20 +02:00
Make mouse pitch less sensitive
This commit is contained in:
parent
1b064a0ebe
commit
ea23a82f33
1 changed files with 2 additions and 2 deletions
|
@ -198,7 +198,7 @@
|
|||
"to": "Actions.DeltaPitch",
|
||||
"filters":
|
||||
[
|
||||
{ "type": "scale", "scale": 0.3 }
|
||||
{ "type": "scale", "scale": 0.2 }
|
||||
]
|
||||
},
|
||||
|
||||
|
@ -207,7 +207,7 @@
|
|||
"to": "Actions.DeltaPitch",
|
||||
"filters":
|
||||
[
|
||||
{ "type": "scale", "scale": 0.3 }
|
||||
{ "type": "scale", "scale": 0.2 }
|
||||
]
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue