|
|
|
|
@ -78,7 +78,6 @@ public class RaceViewController extends Controller {
|
|
|
|
|
private @FXML LineChart<Number, Number> sparklineChart;
|
|
|
|
|
private @FXML Label tutorialText;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Displays a specified race.
|
|
|
|
|
* Intended to be called on loading the scene.
|
|
|
|
|
@ -295,9 +294,6 @@ public class RaceViewController extends Controller {
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Initialises the frame rate functionality. This allows for toggling the
|
|
|
|
|
* frame rate, and connect the fps label to the race's fps property.
|
|
|
|
|
@ -425,8 +421,6 @@ public class RaceViewController extends Controller {
|
|
|
|
|
e.printStackTrace();
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
// refresh visual race display
|
|
|
|
|
// raceCanvas.drawRace();
|
|
|
|
|
boatInfoTable.sort();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|