Skip to content

Commit

Permalink
util/llf/LogUtils: Little fix for the path of the vehicle (path was b…
Browse files Browse the repository at this point in the history
…eing paint as filled).
  • Loading branch information
paulosousadias committed Oct 4, 2016
1 parent 8ffbb1d commit d5e24ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pt/lsts/neptus/util/llf/LogUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,7 @@ else if (refMode == 2) {
}
}
pe.setMyColor(Color.green);
pe.setFilled(false);
pe.setFinished(true);

MapMission mm = new MapMission();
Expand Down

0 comments on commit d5e24ae

Please sign in to comment.