Merge branch 'develop' into 1273_Skybox

This commit is contained in:
Michael Rausch
2017-09-27 15:32:54 +13:00
9 changed files with 429 additions and 277 deletions
@@ -284,12 +284,13 @@ public class GameClient {
ClientYacht player = allBoatsMap.get(socketThread.getClientId());
raceView.loadRace(allBoatsMap, courseData, raceState, player);
raceView.showView();
raceView.getSendPressedProperty().addListener((obs, old, isPressed) -> {
if (isPressed) {
formatAndSendChatMessage(raceView.readChatInput());
}
});
}
}