Control: Fix FMGC might produce invalid heading such as '361' or '368478688'

This commit is contained in:
Joshua Davidson 2019-01-19 17:35:41 -05:00
parent a84a1328b4
commit 74a519c6ec
4 changed files with 2 additions and 26 deletions

View file

@ -281,16 +281,4 @@
</emission>
</animation>
<animation>
<name>Panel lighting</name>
<type>material</type>
<object-name>Panel</object-name>
<emission>
<red>0.3</red>
<green>0.3</green>
<blue>0.3</blue>
<factor-prop>sim/model/lights/dome-light</factor-prop>
</emission>
</animation>
</PropertyList>

View file

@ -128,16 +128,4 @@
</emission>
</animation>
<animation>
<name>Panel lighting</name>
<type>material</type>
<object-name>Panel</object-name>
<emission>
<red>0.3</red>
<green>0.3</green>
<blue>0.3</blue>
<factor-prop>sim/model/lights/dome-light</factor-prop>
</emission>
</animation>
</PropertyList>

View file

@ -744,7 +744,7 @@
<condition>
<less-than>
<property>/it-autoflight/internal/heading-predicted-cmd</property>
<value>1</value>
<value>0.5</value>
</less-than>
</condition>
<expression>

View file

@ -1 +1 @@
4740
4741