Added boat trails to the boat group, fixed annotations

- Set colours for the annotations
- Added boat trails back into the boat group
- Re-added time until next mark and time since last mark rounding

#story[923]
This commit is contained in:
Michael Rausch
2017-05-19 20:55:02 +12:00
parent aaf2e6a3f0
commit 937b309b07
5 changed files with 121 additions and 42 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ public class Yacht {
this.colour = colour;
}
public double getVelocity() {
public Double getVelocity() {
return velocity;
}