This commit is contained in:
honfika@gmail.com
2015-03-07 14:58:55 +01:00
parent f938e97f5a
commit 14f07233dd
9 changed files with 1994 additions and 2233 deletions

View File

@@ -315,8 +315,6 @@ public class Main {
Stopwatch sw = Stopwatch.startNew();
if (bundle != null) {
//result.isBundle = true;
//result.bundleClass = bundle.getClass();
result.bundle = bundle;
result.name = new File(sourceInfo.getFileTitleOrName()).getName();
for (Entry<String, SeekableInputStream> streamEntry : bundle.getAll().entrySet()) {
@@ -328,7 +326,6 @@ public class Main {
startWork(AppStrings.translate("work.reading.swf"), p);
}
}, Configuration.parallelSpeedUp.get());
swf.bundle = bundle;
result.add(swf);
}
} else {