Fixed BoatMeshType enum names.

#fix
This commit is contained in:
Calum
2017-09-20 16:44:38 +12:00
parent 0e829874c2
commit fba522d0c3
2 changed files with 2 additions and 2 deletions
@@ -37,7 +37,7 @@ public class PlayerCell {
// Add Rotating Boat to Player Cell with players color on it.
Group group = new Group();
boatPane.getChildren().add(group);
BoatModel bo = ModelFactory.boatIconView(BoatMeshType.CATAMARAN, this.boatColor);
BoatModel bo = ModelFactory.boatIconView(BoatMeshType.CAT_ATE_A_MERINGUE, this.boatColor);
group.getChildren().add(bo.getAssets());
}