fix loading Arena, update remaining dialog

This commit is contained in:
Anthony Calosa
2023-04-05 21:20:15 +08:00
parent fede3c1749
commit aa838085f5
9 changed files with 131 additions and 119 deletions

View File

@@ -218,7 +218,8 @@ public class Controls {
@Override
public void clicked(InputEvent event, float x, float y) {
try {
func.run();
if (func != null)
func.run();
} catch (Exception e) {
e.printStackTrace();
}