diff --git a/trunk/src/com/jpexs/decompiler/flash/tags/DefineSpriteTag.java b/trunk/src/com/jpexs/decompiler/flash/tags/DefineSpriteTag.java index 4a98d7d51..e4fdb5e00 100644 --- a/trunk/src/com/jpexs/decompiler/flash/tags/DefineSpriteTag.java +++ b/trunk/src/com/jpexs/decompiler/flash/tags/DefineSpriteTag.java @@ -204,7 +204,7 @@ public class DefineSpriteTag extends CharacterTag implements Container, BoundedT SWFInputStream sis = new SWFInputStream(new ByteArrayInputStream(data), version, pos); spriteId = sis.readUI16(); frameCount = sis.readUI16(); - subTags = sis.readTagList(swf, level + 1, parallel, skipUnusualTags, true); + subTags = sis.readTagList(swf, level + 1, parallel, skipUnusualTags, true, swf.gfx); } static int c = 0;