v0.8.0b: fixed error printouts being eaten if game fails to start
This commit is contained in:
@@ -79,7 +79,7 @@ public class DesktopLauncher {
|
||||
"If you could, please email this error message to the developer (Evan@ShatteredPixel.com):\n\n" +
|
||||
exceptionMsg,
|
||||
"ok", "error", false );
|
||||
Gdx.app.exit();
|
||||
if (Gdx.app != null) Gdx.app.exit();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user