1
0
Fork 0

fix <power> type

This commit is contained in:
mfranz 2007-01-17 12:42:13 +00:00
parent 57476a78e0
commit 083ecf0786

View file

@ -145,7 +145,7 @@ ________________________________________________________________________________
<binding> <binding>
<command>property-scale</command> <command>property-scale</command>
<property>/controls/flight/aileron</property> <property>/controls/flight/aileron</property>
<power type="double">2.0</power> <power type="int">2</power>
</binding> </binding>
</axis> </axis>
@ -155,7 +155,7 @@ ________________________________________________________________________________
<command>property-scale</command> <command>property-scale</command>
<property>/controls/flight/elevator</property> <property>/controls/flight/elevator</property>
<factor type="double">-1.0</factor> <factor type="double">-1.0</factor>
<power type="double">2.0</power> <power type="int">2</power>
</binding> </binding>
</axis> </axis>
@ -171,7 +171,7 @@ ________________________________________________________________________________
<property>/controls/flight/rudder</property> <property>/controls/flight/rudder</property>
<offset type="double">0.0</offset> <offset type="double">0.0</offset>
<factor type="double">1.0</factor> <factor type="double">1.0</factor>
<power type="double">2.0</power> <power type="int">2</power>
</binding> </binding>
</axis> </axis>