Implimented a new way to determine positions

#story[952]
This commit is contained in:
Kusal Ekanayake
2017-05-25 14:06:33 +12:00
parent adbb9ffe3b
commit 53f6a6b8c5
8 changed files with 56 additions and 35 deletions
@@ -138,7 +138,7 @@ public class StartScreenController implements Initializable {
}
public void switchToRaceView() {
StreamParser.boatPositions.clear();
StreamParser.boatLocations.clear();
switchedToRaceView = true;
setContentPane("/views/RaceView.fxml");
}