navigator: don't reset the finished flag, this fixes the strange problem where it toggles between MISSION and RTL

This commit is contained in:
Julian Oes
2014-11-10 21:41:41 +10:00
parent 2c57781581
commit f1d56cbddc
-1
View File
@@ -632,7 +632,6 @@ Navigator::publish_mission_result()
}
/* reset reached bool */
_mission_result.reached = false;
_mission_result.finished = false;
}
void