1
0
Fork 0

c172p: fixed attitude indicator cageing

The correct property is "caged-flag" - not "caged".
Common copy&paste error all over fgdata...
This commit is contained in:
ThorstenB 2011-11-14 19:45:46 +01:00
parent 736970e39a
commit 7fb3422f22

View file

@ -112,7 +112,7 @@
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>instrumentation/attitude-indicator/caged</property>
<property>instrumentation/attitude-indicator/caged-flag</property>
<value type="bool">true</value>
</binding>
</action>
@ -122,14 +122,14 @@
<type>select</type>
<object-name>CagedIndicator</object-name>
<condition>
<property>instrumentation/attitude-indicator/caged</property>
<property>instrumentation/attitude-indicator/caged-flag</property>
</condition>
</animation>
<animation>
<type>translate</type>
<object-name>CageKnob</object-name>
<property>instrumentation/attitude-indicator/caged</property>
<property>instrumentation/attitude-indicator/caged-flag</property>
<factor>0.005</factor>
<axis>
<x>1</x>