Control: Fix FMGC might produce invalid heading such as '361' or '368478688'
This commit is contained in:
parent
a84a1328b4
commit
74a519c6ec
4 changed files with 2 additions and 26 deletions
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
||||
|
|
|
@ -1 +1 @@
|
|||
4740
|
||||
4741
|
Reference in a new issue