mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-30 10:44:51 +00:00
set framecount on swf on tag add
This commit is contained in:
@@ -3137,6 +3137,9 @@ public final class SWF implements SWFContainerItem, Timelined {
|
||||
DefineSpriteTag sprite = (DefineSpriteTag) timelined;
|
||||
sprite.frameCount = timelined.getTimeline().getFrameCount();
|
||||
}
|
||||
if (timelined == this) {
|
||||
frameCount = getTimeline().getFrameCount();
|
||||
}
|
||||
}
|
||||
|
||||
public Timelined getTimelined(TreeItem treeItem) {
|
||||
|
||||
Reference in New Issue
Block a user