fix resume

This commit is contained in:
Anthony Calosa
2022-02-24 08:26:18 +08:00
parent e042c57dca
commit 5a9322c0ee

View File

@@ -39,9 +39,8 @@ public class StartScene extends UIScene {
} }
public boolean Resume() { public boolean Resume() {
//Forge.switchToLast(); Forge.switchToLast();
GameHUD.getInstance().getTouchpad().setVisible(false); GameHUD.getInstance().getTouchpad().setVisible(false);
Forge.switchScene(SceneType.GameScene.instance);
return true; return true;
} }