mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-18 18:48:08 +00:00
Issue #574/megalol: Editing DefineSprite fix
This commit is contained in:
@@ -230,6 +230,7 @@ public class DefineSpriteTag extends CharacterTag implements Container, Drawable
|
||||
try {
|
||||
sos.writeUI16(spriteId);
|
||||
sos.writeUI16(frameCount);
|
||||
sos.writeTags(subTags);
|
||||
if (hasEndTag) {
|
||||
sos.writeUI16(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user