mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-30 19:41:23 +00:00
using swf.version instead of SWF.DEFAULT_VERSION where available
This commit is contained in:
@@ -454,7 +454,7 @@ public class SWFOutputStream extends OutputStream {
|
||||
* @throws IOException
|
||||
*/
|
||||
public void writeTag(Tag tag) throws IOException {
|
||||
byte[] data = tag.getData(version);
|
||||
byte[] data = tag.getData();
|
||||
write(getTagHeader(tag, data, version));
|
||||
write(data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user