mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-29 08:35:43 +00:00
endtag fix, comment added back (was removed by netbeans refactoring tool)
This commit is contained in:
@@ -234,9 +234,8 @@ public class DefineSpriteTag extends CharacterTag implements Container, Drawable
|
||||
sos.writeUI16(spriteId);
|
||||
sos.writeUI16(frameCount);
|
||||
if (hasEndTag) {
|
||||
sos.writeTags(subTags);
|
||||
sos.writeUI16(0);
|
||||
}
|
||||
sos.writeUI16(0);
|
||||
sos.close();
|
||||
} catch (IOException e) {
|
||||
}
|
||||
|
||||
@@ -38,5 +38,7 @@ public class SoundStreamBlockTag extends Tag {
|
||||
* @throws IOException
|
||||
*/
|
||||
public SoundStreamBlockTag(SWF swf, byte[] headerData, byte[] data, long pos) throws IOException {
|
||||
super(swf, ID, "SoundStreamBlock", headerData, data, pos); }
|
||||
super(swf, ID, "SoundStreamBlock", headerData, data, pos);
|
||||
//all data is streamSoundData
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user