mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-18 13:38:26 +00:00
Fixed: #2394 FLA export - shape tweens in some cases
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user