Electrical system output to hsi is a floating point value, not a boolean.
This commit is contained in:
parent
957cd9a0b8
commit
5f3a956f82
1 changed files with 3 additions and 3 deletions
|
@ -502,10 +502,10 @@ Mar 18 2003
|
|||
<layer>
|
||||
<name>HDG OFF</name>
|
||||
<condition>
|
||||
<equals>
|
||||
<less-than>
|
||||
<property>/systems/electrical/outputs/hsi</property>
|
||||
<value>false</value>
|
||||
</equals>
|
||||
<value>1.0</value>
|
||||
</less-than>
|
||||
</condition>
|
||||
<w>104</w>
|
||||
<h>60</h>
|
||||
|
|
Loading…
Add table
Reference in a new issue