Skip to content

Commit

Permalink
fix(a380x/efis): illuminate range & mode selector during light test (#…
Browse files Browse the repository at this point in the history
…9639)

fix(efis): illuminate range & mode selector during lt test
  • Loading branch information
BravoMike99 authored Dec 18, 2024
1 parent 2e43f0b commit cb7b806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
1. [A32NX/FWC] Add FCU faults - @tracernz (Mike)
1. [ELEC] Improved elec system startup behaviour - @Gurgel100 (Pascal) - @saschl
1. [A380X] Improve pilot and copilot camera positions - @heclak (Heclak)
1. [A380X/EFIS] Illuminate ND range and mode selectors during light test - @BravoMike99 (bruno_pt99)

## 0.12.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<Component ID="RANGE_#SIMVAR_VALUE#" Node="#NODE_ID#">
<UseTemplate Name="ASOBO_GT_Emissive_Gauge">
<EMISSIVE_CODE>
(#SIMVAR_NAME#, Enum) #SIMVAR_VALUE# == #INDICATOR_POWERED# and
(#SIMVAR_NAME#, Enum) #SIMVAR_VALUE# == (L:A32NX_OVHD_INTLT_ANN) 0 == or #INDICATOR_POWERED# and
</EMISSIVE_CODE>
</UseTemplate>
</Component>
Expand Down

0 comments on commit cb7b806

Please sign in to comment.