mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 14:07:06 +00:00
Fixed: #2603 Export Sprite as SWF - sprite frames as timeline frames, without sprite itself
This commit is contained in:
@@ -451,7 +451,9 @@ public class PreviewExporter {
|
||||
}
|
||||
}
|
||||
|
||||
writeTag((Tag) treeItem, sos2, doneCharacters);
|
||||
if (!isSprite) {
|
||||
writeTag((Tag) treeItem, sos2, doneCharacters);
|
||||
}
|
||||
|
||||
MATRIX mat = new MATRIX();
|
||||
mat.hasRotate = false;
|
||||
|
||||
Reference in New Issue
Block a user