|
|
|
|
@ -345,7 +345,7 @@ public class ResizableRaceCanvas extends Canvas {
|
|
|
|
|
if (raceAnno)
|
|
|
|
|
displayText(boat.toString(), boat.getAbbrev(), boat.getVelocity(), this.map.convertGPS(boat.getCurrentPosition()));
|
|
|
|
|
//TODO this needs to be fixed.
|
|
|
|
|
//drawTrack(boat, colours.get(currentColour));
|
|
|
|
|
drawTrack(boat, colours.get(currentColour));
|
|
|
|
|
currentColour = (currentColour + 1) % colours.size();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|