mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-22 18:15:33 +00:00
Issue #374 Replace selected sound (DefineSound tag)
This commit is contained in:
@@ -235,6 +235,10 @@ public final class SWF implements TreeItem, Timelined {
|
||||
|
||||
private Timeline timeline;
|
||||
|
||||
public void updateCharacters() {
|
||||
parseCharacters(new ArrayList<ContainerItem>(tags));
|
||||
}
|
||||
|
||||
private void parseCharacters(List<ContainerItem> list) {
|
||||
for (ContainerItem t : list) {
|
||||
if (t instanceof CharacterTag) {
|
||||
@@ -563,7 +567,7 @@ public final class SWF implements TreeItem, Timelined {
|
||||
showFrameTag.innerTags = innerTags;
|
||||
}
|
||||
}
|
||||
parseCharacters(new ArrayList<ContainerItem>(tags));
|
||||
updateCharacters();
|
||||
assignExportNamesToSymbols();
|
||||
assignClassesToSymbols();
|
||||
findFileAttributes();
|
||||
|
||||
Reference in New Issue
Block a user