Don't configure processor when no changes are made

This commit is contained in:
Anuken
2021-01-02 14:40:08 -05:00
parent 42ae5e90b0
commit c4d72eef39
10 changed files with 38 additions and 14 deletions

View File

@ -255,6 +255,7 @@ public class IOSLauncher extends IOSApplication.Delegate{
}catch(Throwable t){
//attempt to log the exception
CrashSender.log(t);
Log.err(t);
//rethrow the exception so it actually crashes
throw t;
}