Square axes instead of cubing them.
This commit is contained in:
parent
16520b0a3c
commit
4f14c7a9f4
1 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@ $Id$
|
|||
<binding>
|
||||
<command>property-scale</command>
|
||||
<property>/controls/flight/aileron</property>
|
||||
<power type="double">3</power>
|
||||
<power type="double">2</power>
|
||||
</binding>
|
||||
</axis>
|
||||
|
||||
|
@ -46,7 +46,7 @@ $Id$
|
|||
<command>property-scale</command>
|
||||
<property>/controls/flight/elevator</property>
|
||||
<factor type="double">-1.0</factor>
|
||||
<power type="double">3</power>
|
||||
<power type="double">2</power>
|
||||
</binding>
|
||||
</axis>
|
||||
|
||||
|
@ -106,7 +106,7 @@ $Id$
|
|||
<binding>
|
||||
<command>property-scale</command>
|
||||
<property>/controls/flight/rudder</property>
|
||||
<power type="double">3</power>
|
||||
<power type="double">2</power>
|
||||
</binding>
|
||||
</axis>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue