mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
fixed restart button appearing in MP on mobile
This commit is contained in:
parent
4c7e0d59bc
commit
d56de16a45
1 changed files with 2 additions and 1 deletions
|
|
@ -127,7 +127,8 @@ class TouchInput {
|
|||
if (!Net.isMP)
|
||||
this.restartButton = new RestartButton();
|
||||
pauseButton.add(parentGui);
|
||||
restartButton.add(parentGui);
|
||||
if (!Net.isMP)
|
||||
restartButton.add(parentGui);
|
||||
jumpButton.add(parentGui);
|
||||
powerupButton.add(parentGui);
|
||||
if (Settings.optionsSettings.rewindEnabled && !Net.isMP)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue