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