mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-30 19:11:24 +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",
|
"to": "Actions.DeltaPitch",
|
||||||
"filters":
|
"filters":
|
||||||
[
|
[
|
||||||
{ "type": "scale", "scale": 0.3 }
|
{ "type": "scale", "scale": 0.2 }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -207,7 +207,7 @@
|
||||||
"to": "Actions.DeltaPitch",
|
"to": "Actions.DeltaPitch",
|
||||||
"filters":
|
"filters":
|
||||||
[
|
[
|
||||||
{ "type": "scale", "scale": 0.3 }
|
{ "type": "scale", "scale": 0.2 }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue