From a5696122f1b28e458f52a86432bca0cc76cfac1b Mon Sep 17 00:00:00 2001
From: mfranz <mfranz>
Date: Fri, 28 Sep 2007 10:14:43 +0000
Subject: [PATCH] ... and keep the "groundradar" update rate  :-)

---
 src/Instrumentation/instrument_mgr.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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: "