mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 20:04:37 +00:00
using swf.version instead of SWF.DEFAULT_VERSION where available
This commit is contained in:
@@ -51,7 +51,7 @@ public class ActionScript2Test extends ActionStript2TestBase {
|
||||
assertNotNull(doa);
|
||||
HilightedTextWriter writer = new HilightedTextWriter(new CodeFormatting(), false);
|
||||
try {
|
||||
Action.actionsToSource(doa, doa.getActions(swf.version), swf.version, "", writer);
|
||||
Action.actionsToSource(doa, doa.getActions(), "", writer);
|
||||
} catch (InterruptedException ex) {
|
||||
fail();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user