Square the control inputs, again.
This commit is contained in:
parent
7d24dc8184
commit
47a2481cf0
2 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
|||
<property>/controls/rudder</property>
|
||||
<factor>1.0</factor>
|
||||
<offset>0.0</offset>
|
||||
<power>2.0</power>
|
||||
</binding>
|
||||
</axis>
|
||||
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
<binding>
|
||||
<command>property-scale</command>
|
||||
<property>/controls/aileron</property>
|
||||
<power>2.0</power>
|
||||
</binding>
|
||||
</axis>
|
||||
|
||||
|
@ -44,6 +45,7 @@
|
|||
<command>property-scale</command>
|
||||
<property>/controls/elevator</property>
|
||||
<factor type="double">-1.0</factor>
|
||||
<power>2.0</power>
|
||||
</binding>
|
||||
</axis>
|
||||
|
||||
|
|
Loading…
Reference in a new issue