One more minor tweak on glideslope handling when slaved to gps.
This commit is contained in:
parent
12c5a631f6
commit
d83286354c
1 changed files with 1 additions and 0 deletions
|
@ -320,6 +320,7 @@ FGNavRadio::update(double dt)
|
||||||
bool has_gs = false;
|
bool has_gs = false;
|
||||||
if ( nav_slaved_to_gps_node->getBoolValue() ) {
|
if ( nav_slaved_to_gps_node->getBoolValue() ) {
|
||||||
has_gs = gps_has_gs_node->getBoolValue();
|
has_gs = gps_has_gs_node->getBoolValue();
|
||||||
|
has_gs_node->setBoolValue( has_gs );
|
||||||
inrange = gps_to_flag_node->getBoolValue()
|
inrange = gps_to_flag_node->getBoolValue()
|
||||||
|| gps_from_flag_node->getBoolValue();
|
|| gps_from_flag_node->getBoolValue();
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue