Added boat wakes back to the visualiser

#story[923]
This commit is contained in:
Michael Rausch
2017-05-19 16:57:29 +12:00
parent a2123df0c5
commit aaf2e6a3f0
5 changed files with 108 additions and 49 deletions
@@ -132,6 +132,7 @@ public class StartScreenController implements Initializable {
}
public void switchToRaceView() {
StreamParser.boatPositions.clear();
switchedToRaceView = true;
setContentPane("/views/RaceView.fxml");
}