v1.2.0: fixed crashing games failing to properly quit
This commit is contained in:
parent
51ac563199
commit
c32f016dd8
|
@ -101,7 +101,7 @@ public class DesktopLauncher {
|
|||
exceptionMsg,
|
||||
"ok", "error", false);
|
||||
}
|
||||
if (Gdx.app != null) Gdx.app.exit();
|
||||
System.exit(1);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user