mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-01 19:04:38 +00:00
Issue #401 Invalid GFX tags in non GFX files - sprite fix
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user