|
|
|
@ -133,9 +133,8 @@ public class RaceController extends Controller {
|
|
|
|
race.setVisible(true);
|
|
|
|
race.setVisible(true);
|
|
|
|
|
|
|
|
|
|
|
|
//Initialize save annotation array, fps listener, and annotation listeners
|
|
|
|
//Initialize save annotation array, fps listener, and annotation listeners
|
|
|
|
//timezone
|
|
|
|
RaceClock raceClock = new RaceClock(visualiserInput.getCourse().getZonedDateTime());
|
|
|
|
// RaceClock raceClock = new RaceClock(visualiserInput.getCourse().getZonedDateTime());
|
|
|
|
timeZone.setText(raceClock.getTimeZone());
|
|
|
|
// timeZone.setText(raceClock.getTimeZone());
|
|
|
|
|
|
|
|
initializeFPS();
|
|
|
|
initializeFPS();
|
|
|
|
initializeAnnotations();
|
|
|
|
initializeAnnotations();
|
|
|
|
|
|
|
|
|
|
|
|
|