v0.8.1: added a version printout to desktop error messages
This commit is contained in:
+1
@@ -77,6 +77,7 @@ public class DesktopLauncher {
|
|||||||
TinyFileDialogs.tinyfd_messageBox(title + " Has Crashed!",
|
TinyFileDialogs.tinyfd_messageBox(title + " Has Crashed!",
|
||||||
title + " has run into an error it can't recover from and has crashed, sorry about that!\n\n" +
|
title + " has run into an error it can't recover from and has crashed, sorry about that!\n\n" +
|
||||||
"If you could, please email this error message to the developer (Evan@ShatteredPixel.com):\n\n" +
|
"If you could, please email this error message to the developer (Evan@ShatteredPixel.com):\n\n" +
|
||||||
|
"version: " + Game.version + "\n" +
|
||||||
exceptionMsg,
|
exceptionMsg,
|
||||||
"ok", "error", false );
|
"ok", "error", false );
|
||||||
if (Gdx.app != null) Gdx.app.exit();
|
if (Gdx.app != null) Gdx.app.exit();
|
||||||
|
|||||||
Reference in New Issue
Block a user