]> git.mxchange.org Git - flightgear.git/commitdiff
... and keep the "groundradar" update rate :-)
authormfranz <mfranz>
Fri, 28 Sep 2007 10:14:43 +0000 (10:14 +0000)
committermfranz <mfranz>
Fri, 28 Sep 2007 10:14:43 +0000 (10:14 +0000)
src/Instrumentation/instrument_mgr.cxx

index 28b2c92984c7842de22a9d9004f9003cbd4a4949..f1f7170de7dd404902790f658ea070e9f15cb463 100644 (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: "