Skip to content
Snippets Groups Projects
Commit 78465f7f authored by marie3003's avatar marie3003
Browse files

error correcrted in leave game request

parent cc617a07
No related branches found
No related tags found
1 merge request!23Resolve "button to leave game with leave game request"
This commit is part of merge request !23. Comments created here will be created in the context of that merge request.
...@@ -145,7 +145,7 @@ void MainGamePanelWizard::buildGameState(game_state* gameState, player* me) ...@@ -145,7 +145,7 @@ void MainGamePanelWizard::buildGameState(game_state* gameState, player* me)
this->buildScoreBoardButton(sizer, gameState); this->buildScoreBoardButton(sizer, gameState);
// show button to leave game // show button to leave game
this->buildLeaveGameButton(sizer, gameState, me); this->buildLeaveGameButton(sizer, gameState);
// update Layout // update Layout
this->Layout(); this->Layout();
......
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