mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-12-24 08:52:43 +00:00
fix this broke again
This commit is contained in:
parent
a9ab72d5d3
commit
ea7db9d322
1 changed files with 3 additions and 0 deletions
|
|
@ -360,10 +360,13 @@ class MarbleGame {
|
|||
_exitingToMenu = false;
|
||||
if (!isNotCustom) {
|
||||
MarbleGame.instance.setPreviewMission('urban', () -> {});
|
||||
} else {
|
||||
MarbleGame.instance.setPreviewMission(lastMis, () -> {});
|
||||
}
|
||||
canvas.setContent(new MainMenuGui());
|
||||
} else {
|
||||
if (isNotCustom) {
|
||||
MarbleGame.instance.setPreviewMission(lastMis, () -> {});
|
||||
var pmg = new LevelSelectGui(LevelSelectGui.currentDifficultyStatic);
|
||||
canvas.setContent(pmg);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue