mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-01 10:55:12 +00:00
missing parameter in test
This commit is contained in:
@@ -52,7 +52,7 @@ public class ActionScript2AssemblerTest {
|
||||
"Jump loc000d\n" +
|
||||
"loc002f:";
|
||||
try {
|
||||
List<Action> actions = ASMParser.parse(0, 0, true, actionsString, swf.version);
|
||||
List<Action> actions = ASMParser.parse(0, 0, true, actionsString, swf.version, false);
|
||||
|
||||
DoActionTag doa = getFirstActionTag();
|
||||
doa.setActionBytes(Action.actionsToBytes(actions, true, swf.version));
|
||||
|
||||
Reference in New Issue
Block a user