]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/instrument_mgr.cxx
Make GPS slaved mode on the navradio slightly more robust. Not done yet.
[flightgear.git] / src / Instrumentation / instrument_mgr.cxx
index 21b2a47e770972120ce3152e3f3c989681d0c147..e79f94630a66cb9c284757445767a4d1a911f3ea 100644 (file)
@@ -128,7 +128,7 @@ bool FGInstrumentMgr::build ()
             set_subsystem( id, new Altimeter( node ) );
 
         } else if ( name == "gps" ) {
-            set_subsystem( id, new GPS( node ), 0.45 );
+            set_subsystem( id, new GPS( node ) );
 
         } else if ( name == "gsdi" ) {
             set_subsystem( id, new GSDI( node ) );