mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 23:21:36 +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);
|
SWFInputStream sis = new SWFInputStream(new ByteArrayInputStream(data), version, pos);
|
||||||
spriteId = sis.readUI16();
|
spriteId = sis.readUI16();
|
||||||
frameCount = 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;
|
static int c = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user