Fixed: #2394 FLA export - shape tweens in some cases

This commit is contained in:
Jindra Petřík
2025-04-18 20:21:09 +02:00
parent 7c9ca949ed
commit c9784011e2
2 changed files with 6 additions and 2 deletions

View File

@@ -2480,7 +2480,7 @@ public class XFLConverter {
shapeTweener = m;
shapeTween = false;
}
}
}
if (newCharId == -1 && newCharCls == null) {
newCharacter = character;
}
@@ -3936,6 +3936,9 @@ public class XFLConverter {
if (t instanceof RemoveTag) {
RemoveTag rem = (RemoveTag) t;
if (rem.getDepth() == morphDepth) {
if (onTrack) {
outTimelineTags.add(t);
}
onTrack = false;
}
}