Commit 999931f8 authored by Thomas Gubler's avatar Thomas Gubler

correctly init argument list for fgfs on connection

parent d553dc67
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment