Issue #401 Invalid GFX tags in non GFX files - sprite fix

This commit is contained in:
Jindra Petk
2014-02-23 14:33:57 +01:00
parent beeff4ffe7
commit ebc16d2bff

View File

@@ -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;