Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TDT4240-group23
SpaceCheckers
Commits
884d9baa
Commit
884d9baa
authored
Apr 24, 2021
by
Anders H. Rebner
Browse files
Fixed leave-button not disappearing bug
parent
d593e3a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
CheckersClient/core/src/com/mygdx/game/controllers/GameController.java
View file @
884d9baa
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment