implemented race finish functionality, finish screen not loading properly yet #story[1124]

This commit is contained in:
Peter Galloway
2017-08-15 20:48:51 +12:00
parent 23a04facbe
commit 50baf6f85b
3 changed files with 23 additions and 2 deletions
@@ -79,7 +79,6 @@ public class RaceViewController extends Thread implements ImportantAnnotationDel
private GameView gameView;
private RaceState raceState;
private Timeline timerTimeline;
private Timer timer = new Timer();
private List<Series<String, Double>> sparkLineData = new ArrayList<>();
private ImportantAnnotationsState importantAnnotations;
@@ -396,7 +395,6 @@ public class RaceViewController extends Thread implements ImportantAnnotationDel
textToAdd.setStyle("");
vboxEntries.add(textToAdd);
}
// System.out.println("finished a loop :))))))))))))");
}
Platform.runLater(() ->
positionVbox.getChildren().setAll(vboxEntries)