1
0
Fork 0

One more minor tweak on glideslope handling when slaved to gps.

This commit is contained in:
curt 2009-04-10 18:40:54 +00:00 committed by Tim Moore
parent 12c5a631f6
commit d83286354c

View file

@ -320,6 +320,7 @@ FGNavRadio::update(double dt)
bool has_gs = false;
if ( nav_slaved_to_gps_node->getBoolValue() ) {
has_gs = gps_has_gs_node->getBoolValue();
has_gs_node->setBoolValue( has_gs );
inrange = gps_to_flag_node->getBoolValue()
|| gps_from_flag_node->getBoolValue();
} else {