]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/instrument_mgr.cxx
- Added ultra-light traffic is now a separate traffic class that can have its
[flightgear.git] / src / Instrumentation / instrument_mgr.cxx
index aaaba40b804a9309906cf821adc51586af9bc4b5..e8b5eb64c59fa249ab8660264603913cff28a81d 100644 (file)
@@ -51,7 +51,7 @@
 
 FGInstrumentMgr::FGInstrumentMgr ()
 {
-    set_subsystem("od_gauge", new FGODGauge, 1.0);
+    set_subsystem("od_gauge", new FGODGauge);
     set_subsystem("hud", new HUD);
 
     config_props = new SGPropertyNode;