build fix

This commit is contained in:
Jindra Petřík
2015-11-15 09:22:10 +01:00
parent 45038201b3
commit 68d0ddccb6

View File

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