mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-18 22:45:48 +00:00
@@ -414,7 +414,7 @@ public final class SWF implements TreeItem {
|
||||
if (checkOnly) {
|
||||
//return;
|
||||
}
|
||||
tags = sis.readTagList(this, 0, parallelRead, true, !checkOnly);
|
||||
tags = sis.readTagList(this, 0, parallelRead, true, !checkOnly, gfx);
|
||||
if (!checkOnly) {
|
||||
Map<Long, Tag> tagMap = new HashMap<>();
|
||||
for (Tag tag : tags) {
|
||||
|
||||
Reference in New Issue
Block a user