#883 -dumpSWF option does not work anymore

This commit is contained in:
2015-05-11 09:07:53 +02:00
parent e02bca587a
commit f0c3b3ba4c
+3 -1
View File
@@ -305,7 +305,9 @@ public class Main {
return swf;
}
};
loadingDialog.setWroker(worker);
if (loadingDialog != null) {
loadingDialog.setWroker(worker);
}
worker.execute();
try {