|
|
|
|
@ -380,6 +380,7 @@ public class RaceController extends Controller {
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Initialises the arrow controller with data from the race to observe.
|
|
|
|
|
* @param race The race to observe.
|
|
|
|
|
*/
|
|
|
|
|
private void initialiseArrow(VisualiserRace race) {
|
|
|
|
|
arrowController.setWindProperty(race.windProperty());
|
|
|
|
|
|