Commit 76d8491c authored by lm's avatar lm

Merge branch 'master' of pixhawk.ethz.ch:qgroundcontrol into experimental

parents c7bec2b0 125f823d
......@@ -400,6 +400,7 @@ void UASWaypointManager::saveWaypoints(const QString &saveFile)
for (int i = 0; i < waypoints.size(); i++)
{
waypoints[i]->setId(i);
waypoints[i]->save(out);
}
file.close();
......
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