From: mfranz Date: Fri, 28 Sep 2007 10:14:43 +0000 (+0000) Subject: ... and keep the "groundradar" update rate :-) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a5696122f1b28e458f52a86432bca0cc76cfac1b;p=flightgear.git ... and keep the "groundradar" update rate :-) --- diff --git a/src/Instrumentation/instrument_mgr.cxx b/src/Instrumentation/instrument_mgr.cxx index 28b2c9298..f1f7170de 100644 --- a/src/Instrumentation/instrument_mgr.cxx +++ b/src/Instrumentation/instrument_mgr.cxx @@ -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: "