Merged with develop functionality.

This commit is contained in:
Calum
2017-08-16 21:11:34 +12:00
parent c103595bba
commit 85899e3fbe
6 changed files with 45 additions and 23 deletions
@@ -123,6 +123,7 @@ public class RaceViewController extends Thread implements ImportantAnnotationDel
gameView.updateCourse(
new ArrayList<>(raceData.getCompoundMarks().values()), raceData.getMarkSequence()
);
gameView.enableZoom();
gameView.setBoatAsPlayer(player);
gameView.startRace();
raceState.addCollisionListener(gameView::drawCollision);