mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-22 09:25:55 +00:00
small fixes about removing tags, action reading
This commit is contained in:
@@ -933,7 +933,7 @@ public final class SWF implements TreeItem, Timelined {
|
||||
List<File> ret = new ArrayList<>();
|
||||
List<ContainerItem> list2 = new ArrayList<>();
|
||||
list2.addAll(tags);
|
||||
List<TreeNode> list = createASTagList(list2, null);
|
||||
List<TreeNode> list = createASTagList(list2, this);
|
||||
|
||||
TagNode.setExport(list, true);
|
||||
if (!outdir.endsWith(File.separator)) {
|
||||
|
||||
Reference in New Issue
Block a user