v1.2.0: fixed crashing games failing to properly quit

This commit is contained in:
Evan Debenham 2022-02-09 13:22:27 -05:00
parent 51ac563199
commit c32f016dd8

View File

@ -101,7 +101,7 @@ public class DesktopLauncher {
exceptionMsg,
"ok", "error", false);
}
if (Gdx.app != null) Gdx.app.exit();
System.exit(1);
}
});