Fixed AS3 direct editation and decompiler share same AbcIndex

This commit is contained in:
Jindra Petřík
2022-12-20 17:17:10 +01:00
parent 257bc37d8c
commit 5d13387f7b
7 changed files with 33 additions and 43 deletions

View File

@@ -988,7 +988,7 @@ public class CommandLineArgumentParser {
} else if (command.equals("importscript")) {
parseImportScript(args, charset, air);
} else if (command.equals("as3compiler")) {
ActionScript3Parser.compile(null /*?*/, args.pop(), args.pop(), 0, 0, air);
ActionScript3Parser.compile(null /*?*/, args.pop(), args.pop(), 0, 0);
} else if (nextParam.equals("--debugtool")) {
parseDebugTool(args, charset);
} else if (nextParam.equals("--compareresources")) {