Decrease aileron/elevator/rudder sensitivity near the centre, again.
This commit is contained in:
parent
9a30a2afb1
commit
8503b293ee
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,7 @@ $Id$
|
|||
<binding>
|
||||
<command>property-scale</command>
|
||||
<property>/controls/flight/aileron</property>
|
||||
<power type="double">3</power>
|
||||
</binding>
|
||||
</axis>
|
||||
|
||||
|
@ -50,6 +51,7 @@ $Id$
|
|||
<command>property-scale</command>
|
||||
<property>/controls/flight/elevator</property>
|
||||
<factor type="double">-1.0</factor>
|
||||
<power type="double">3</power>
|
||||
</binding>
|
||||
</axis>
|
||||
|
||||
|
@ -109,6 +111,7 @@ $Id$
|
|||
<binding>
|
||||
<command>property-scale</command>
|
||||
<property>/controls/flight/rudder</property>
|
||||
<power type="double">3</power>
|
||||
</binding>
|
||||
</axis>
|
||||
|
||||
|
|
Loading…
Reference in a new issue