mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-22 18:25:51 +00:00
@@ -57,7 +57,7 @@ public class ActionScript2CompilerTest extends ActionScript2TestBase {
|
||||
SWF swf = new SWF();
|
||||
ASMSource asm = new DoActionTag(swf);
|
||||
|
||||
ActionScript2Parser par = new ActionScript2Parser(swf);
|
||||
ActionScript2Parser par = new ActionScript2Parser(swf, asm);
|
||||
try {
|
||||
asm.setActions(par.actionsFromString(sourceAsToCompile));
|
||||
} catch (ActionParseException | CompilationException ex) {
|
||||
|
||||
Reference in New Issue
Block a user