mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-27 13:54:49 +00:00
Reset timeline on sprites on importassets load
This commit is contained in:
@@ -1680,9 +1680,14 @@ public final class SWF implements SWFContainerItem, Timelined, Openable {
|
||||
}
|
||||
//ich.setModified(false);
|
||||
setSwfDeep(ich);
|
||||
ich.setTimelined(this);
|
||||
ich.setTimelined(this);
|
||||
}
|
||||
updateCharacters();
|
||||
for (CharacterTag ich:importedCharacters) {
|
||||
if (ich instanceof DefineSpriteTag) {
|
||||
((DefineSpriteTag)ich).resetTimeline();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user