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:
parent
736970e39a
commit
7fb3422f22
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue