1
0
Fork 0

Don't make axes exponential.

This commit is contained in:
david 2003-10-17 01:22:41 +00:00
parent 90ee11dc27
commit 2f19468e0d

View file

@ -36,7 +36,6 @@ $Id$
<binding>
<command>property-scale</command>
<property>/controls/flight/aileron</property>
<power type="double">2</power>
</binding>
</axis>
@ -46,7 +45,6 @@ $Id$
<command>property-scale</command>
<property>/controls/flight/elevator</property>
<factor type="double">-1.0</factor>
<power type="double">2</power>
</binding>
</axis>
@ -106,7 +104,6 @@ $Id$
<binding>
<command>property-scale</command>
<property>/controls/flight/rudder</property>
<power type="double">2</power>
</binding>
</axis>