mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-27 05:44:51 +00:00
replace character ids: pack and sort
This commit is contained in:
@@ -2890,6 +2890,11 @@ public final class SWF implements SWFContainerItem, Timelined {
|
||||
for (Tag tag : tags) {
|
||||
modified |= tag.replaceCharacter(oldCharacterId, newCharacterId);
|
||||
}
|
||||
CharacterTag characterTag = getCharacter(oldCharacterId);
|
||||
if (characterTag != null) {
|
||||
characterTag.setCharacterId(newCharacterId);
|
||||
characterTag.setModified(true);
|
||||
}
|
||||
return modified;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user