Merged Develop into branch.

tags : #story[1142]
This commit is contained in:
Alistair McIntyre
2017-08-17 13:40:00 +12:00
parent 39cfaf6780
commit 5fc7442359
2 changed files with 3 additions and 3 deletions
@@ -474,7 +474,7 @@ public class GameView extends Pane {
public void setBoats(List<ClientYacht> yachts) {
BoatObject newBoat;
final List<Group> wakes = new ArrayList<>();
for (ClientYacht clientYacht : clientYachts) {
for (ClientYacht clientYacht : yachts) {
Paint colour = clientYacht.getColour();
newBoat = new BoatObject();
newBoat.addSelectedBoatListener(this::setSelectedBoat);