Skip to content

Commit

Permalink
Fix MP2 button being hidden with 3 columns field and no emzones combi…
Browse files Browse the repository at this point in the history
…nation
  • Loading branch information
edo9300 committed Oct 18, 2022
1 parent f1727d2 commit 48a7cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gframe/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3207,7 +3207,7 @@ void Game::SetPhaseButtons(bool visibility) {
btnSP->setRelativePosition({ 65, 0, 115, 20 });
btnM1->setRelativePosition({ 130, 0, 180, 20 });
btnBP->setRelativePosition({ 195, 0, 245, 20 });
btnM2->setRelativePosition({ 260, 0, 310, 20 });
btnM2->setRelativePosition({ 195, 0, 245, 20 });
btnEP->setRelativePosition({ 260, 0, 310, 20 });
return;
}
Expand Down

0 comments on commit 48a7cc1

Please sign in to comment.