Set it so the lobby view switches to race view depending on the race status passed in by the mock.

-Removed start button in lobby as it should be automatic.
-TODO: Synchronize the times across the whole race as they do not matching.

#Story[782]
main
David Wu 9 years ago
parent 34ef1172ce
commit 88bb568ec7

@ -181,6 +181,7 @@ public class StartController extends Controller implements Observer {
try {
visualiserInput = new VisualiserInput(socket, raceData);
new Thread(visualiserInput).start();
startRaceNoScaling();
} catch (IOException e) {
e.printStackTrace();
}

Loading…
Cancel
Save