1
0
Fork 0

... and keep the "groundradar" update rate :-)

This commit is contained in:
mfranz 2007-09-28 10:14:43 +00:00
parent 62ec8fd1d4
commit a5696122f1

View file

@ -183,7 +183,7 @@ bool FGInstrumentMgr::build ()
set_subsystem( id, new MasterReferenceGyro( node ) );
} else if ( name == "groundradar" ) {
set_subsystem( id, new GroundRadar( node ) );
set_subsystem( id, new GroundRadar( node ), 1 );
} else {
SG_LOG( SG_ALL, SG_ALERT, "Unknown top level section: "