Skip to content
Snippets Groups Projects
Commit c5dd307d authored by Josua Oppermann's avatar Josua Oppermann
Browse files

currentPlayer fix

parent 5814899d
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,7 @@ public class GameUI extends Application{
buttons[index].setGraphic(imageView);
}
updatePlayerTurn(board.currentPlayer);
stage.setScene(game);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment