Commit 5b53eb00 authored by Valentin Platzgummer's avatar Valentin Platzgummer

remainingDistance and remainingTimeAdded to MissionController, still testing.

parent e965e5c7
,valentin,rick,12.02.2020 15:33,file:///home/valentin/.config/libreoffice/4;
\ No newline at end of file
......@@ -2150,7 +2150,7 @@ bool MissionController::remainingDistanceAndTime(double &remainingDistance, doub
|| _visualItems->count() < 1
|| !_flyView
|| missionIndex < 1
|| _visualItems->count() < missionIndex) {
|| missionIndex > _visualItems->count()) {
return false;
}
......
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