Fixed: #2603 Export Sprite as SWF - sprite frames as timeline frames, without sprite itself

This commit is contained in:
Jindra Petřík
2026-01-31 16:27:44 +01:00
parent b509ef9930
commit a843b3eb76
2 changed files with 6 additions and 1 deletions

View File

@@ -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;