Browse Source

correctly init argument list for fgfs on connection

QGC4.4
Thomas Gubler 11 years ago
parent
commit
999931f8a7
  1. 2
      src/comm/QGCFlightGearLink.cc

2
src/comm/QGCFlightGearLink.cc

@ -758,7 +758,7 @@ bool QGCFlightGearLink::connectSimulation() @@ -758,7 +758,7 @@ bool QGCFlightGearLink::connectSimulation()
#ifdef DEBUG_FLIGHTGEAR_CONNECT
qDebug() << "\nSplit arguments" << uiArgList << "\n";
#endif
_fgArgList += uiArgList;
_fgArgList = uiArgList;
// If we have an --fg-root coming in from the ui options, that setting overrides any internal searching of
// proposed locations.

Loading…
Cancel
Save