v0.7.2: fixed a crash bug when IO or fileNotFound errors are encountered
This commit is contained in:
+1
-1
@@ -300,7 +300,7 @@ public class InterlevelScene extends PixelScene {
|
|||||||
} );
|
} );
|
||||||
thread = null;
|
thread = null;
|
||||||
error = null;
|
error = null;
|
||||||
} else if ((int)waitingTime == 10){
|
} else if (thread != null && (int)waitingTime == 10){
|
||||||
waitingTime = 11f;
|
waitingTime = 11f;
|
||||||
String s = "";
|
String s = "";
|
||||||
for (StackTraceElement t : thread.getStackTrace()){
|
for (StackTraceElement t : thread.getStackTrace()){
|
||||||
|
|||||||
Reference in New Issue
Block a user