mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-26 21:16:48 +00:00
build fix
This commit is contained in:
@@ -2886,9 +2886,11 @@ public final class SWF implements SWFContainerItem, Timelined {
|
||||
}
|
||||
|
||||
public boolean replaceCharacter(int oldCharacterId, int newCharacterId) {
|
||||
boolean modified = false;
|
||||
for (Tag tag : tags) {
|
||||
tag.replaceCharacter(oldCharacterId, newCharacterId);
|
||||
modified |= tag.replaceCharacter(oldCharacterId, newCharacterId);
|
||||
}
|
||||
return modified;
|
||||
}
|
||||
|
||||
public void replaceCharacterTags(CharacterTag characterTag, int newCharacterId) {
|
||||
|
||||
Reference in New Issue
Block a user