diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionWith.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionWith.java index 5a910f874..ac8bd6aa4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionWith.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionWith.java @@ -109,7 +109,7 @@ public class ActionWith extends Action implements GraphSourceItemContainer { @Override public long getHeaderSize() { - return super.getBytesLength(version) + 2; + return getBytesLength(version); } @Override