Merged dev onto 1273_Skybox

This commit is contained in:
Michael Rausch
2017-09-27 14:46:12 +13:00
parent 982fac38a0
commit 78f64557c3
6 changed files with 8 additions and 9 deletions
@@ -92,7 +92,7 @@ public class ServerCreationController implements Initializable {
mapHolder.getChildren().setAll(mapMaker.getCurrentGameView());
mapNameLabel.setText(mapMaker.getCurrentRegatta().getCourseName());
closeLabel.setOnMouseClicked(event -> notifyListeners());
//closeLabel.setOnMouseClicked(event -> notifyListeners());
}
/**