Tried to merge game loop with the broadcast. Minor error in canvas. need to fix.

#story[1047]
This commit is contained in:
Kusal Ekanayake
2017-07-23 17:37:45 +12:00
parent 41851ee925
commit ed2a22b573
4 changed files with 7 additions and 14 deletions
@@ -104,6 +104,5 @@ public class LobbyController implements Initializable{
public void readyButtonPressed() {
GameState.setCurrentStage(GameStages.RACING);
setContentPane("/views/RaceView.fxml");
}
}