A3XX: Fix missing LAT Dot when NAV armed

This commit is contained in:
Joshua Davidson 2017-07-21 14:16:18 -04:00
parent 36f45d7dcc
commit 0b4cbd310e

View file

@ -507,10 +507,16 @@
<type>select</type> <type>select</type>
<object-name>lat.fmgc</object-name> <object-name>lat.fmgc</object-name>
<condition> <condition>
<equals> <or>
<property>it-autoflight/output/lat</property> <equals>
<value>1</value> <property>it-autoflight/output/lat</property>
</equals> <value>1</value>
</equals>
<equals>
<property>it-autoflight/input/lat-arm</property>
<value>1</value>
</equals>
</or>
</condition> </condition>
</animation> </animation>