mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-17 02:42:09 +00:00
Issue #78 script trait slots fix
This commit is contained in:
@@ -430,7 +430,7 @@ public class SWF {
|
||||
}
|
||||
String exStr = "Exporting " + "tag " + (i + 1) + "/" + abcTags.size() + " " + cnt + path + " ...";
|
||||
informListeners("export", exStr);
|
||||
abc.script_info[scriptIndex].export(abc, abcTags, outdir, isPcode);
|
||||
abc.script_info[scriptIndex].export(abc, abcTags, outdir, isPcode, scriptIndex);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user