mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 07:41:07 +00:00
tag recompile checking moved after tag resolve, other small fixes
This commit is contained in:
@@ -592,7 +592,7 @@ public final class SWF implements TreeItem, Timelined {
|
||||
} else {
|
||||
boolean hasNonUnknownTag = false;
|
||||
for (Tag tag : tags) {
|
||||
if (tag.getData().length > 0 && Tag.getRequiredTags().contains(tag.getId())) {
|
||||
if (tag.getOriginalData().length > 0 && Tag.getRequiredTags().contains(tag.getId())) {
|
||||
hasNonUnknownTag = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user