mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 06:46:09 +00:00
Fixed #1865 ConcurrentModificationException on SWF close
This commit is contained in:
@@ -108,6 +108,9 @@ public abstract class ButtonTag extends DrawableTag implements Timelined {
|
||||
}
|
||||
|
||||
public DefineButtonSoundTag getSounds() {
|
||||
if (swf == null) {
|
||||
return null;
|
||||
}
|
||||
return (DefineButtonSoundTag) swf.getCharacterIdTag(getCharacterId(), DefineButtonSoundTag.ID);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user