mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 01:20:43 +00:00
FLA Export - write SoundEnvelope tag if hasEnvelope is false
This commit is contained in:
@@ -1604,6 +1604,10 @@ public class XFLConverter {
|
||||
symbolStr.writeEndElement(); //SoundEnvelopePoint
|
||||
}
|
||||
symbolStr.writeEndElement(); //SoundEnvelope
|
||||
} else {
|
||||
symbolStr.writeStartElement("SoundEnvelope");
|
||||
symbolStr.writeEmptyElement("SoundEnvelopePoint", new String[]{"level0", "32768", "level1", "32768"});
|
||||
symbolStr.writeEndElement(); //SoundEnvelope
|
||||
}
|
||||
}
|
||||
symbolStr.writeStartElement("elements");
|
||||
|
||||
Reference in New Issue
Block a user