A3XX: FCU Bugfix
This commit is contained in:
parent
9940f32885
commit
c12323a441
1 changed files with 8 additions and 21 deletions
|
@ -446,21 +446,14 @@
|
||||||
</model>
|
</model>
|
||||||
|
|
||||||
<!-- Flight Control Unit Animations -->
|
<!-- Flight Control Unit Animations -->
|
||||||
|
|
||||||
<animation>
|
<animation>
|
||||||
<type>select</type>
|
<type>select</type>
|
||||||
<object-name>spd.ind</object-name>
|
<object-name>spd.ind</object-name>
|
||||||
<condition>
|
<condition>
|
||||||
<and>
|
|
||||||
<equals>
|
<equals>
|
||||||
<property>it-autoflight/input/kts-mach</property>
|
<property>it-autoflight/input/kts-mach</property>
|
||||||
<value>0</value>
|
<value>0</value>
|
||||||
</equals>
|
</equals>
|
||||||
<equals>
|
|
||||||
<property>it-autoflight/input/spd-managed</property>
|
|
||||||
<value>0</value>
|
|
||||||
</equals>
|
|
||||||
</and>
|
|
||||||
</condition>
|
</condition>
|
||||||
</animation>
|
</animation>
|
||||||
|
|
||||||
|
@ -468,16 +461,10 @@
|
||||||
<type>select</type>
|
<type>select</type>
|
||||||
<object-name>mach.ind</object-name>
|
<object-name>mach.ind</object-name>
|
||||||
<condition>
|
<condition>
|
||||||
<and>
|
|
||||||
<equals>
|
<equals>
|
||||||
<property>it-autoflight/input/kts-mach</property>
|
<property>it-autoflight/input/kts-mach</property>
|
||||||
<value>1</value>
|
<value>1</value>
|
||||||
</equals>
|
</equals>
|
||||||
<equals>
|
|
||||||
<property>it-autoflight/input/spd-managed</property>
|
|
||||||
<value>0</value>
|
|
||||||
</equals>
|
|
||||||
</and>
|
|
||||||
</condition>
|
</condition>
|
||||||
</animation>
|
</animation>
|
||||||
|
|
||||||
|
|
Reference in a new issue