Skip to content
Snippets Groups Projects
Commit 884d9baa authored by Anders H. Rebner's avatar Anders H. Rebner
Browse files

Fixed leave-button not disappearing bug

parent d593e3a4
Branches
No related tags found
1 merge request!14WIP: Default game
......@@ -36,7 +36,6 @@ public class GameController {
this.view.initializePieces(this.model.getStartFieldCoordinates());
this.view.placePlayerNames(usedBoardSlots, playerNameTextFieldCoordinates);
this.view.placeTurnIndicator(playerNameTextFieldCoordinates.get(this.model.getPlayerTurnSlot()));
this.view.placeLeaveButton();
}
public void handleClick(float x, float y) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment