mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 21:41:35 +00:00
AS3: Better imports, uses
Formatting code
This commit is contained in:
@@ -305,12 +305,11 @@ public class SWF {
|
||||
}
|
||||
}
|
||||
for (int i = 0; i < abcTags.size(); i++) {
|
||||
DoABCTag t=abcTags.get(i);
|
||||
DoABCTag t = abcTags.get(i);
|
||||
t.abc.addEventListener(evl);
|
||||
t.abc.export(outdir, isPcode, abcTags,"tag "+(i+1)+"/"+abcTags.size()+" ");
|
||||
t.abc.export(outdir, isPcode, abcTags, "tag " + (i + 1) + "/" + abcTags.size() + " ");
|
||||
}
|
||||
for (DoABCTag t : abcTags) {
|
||||
|
||||
}
|
||||
|
||||
if (!asV3Found) {
|
||||
|
||||
Reference in New Issue
Block a user