mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-22 06:25:35 +00:00
#624 search in embedded swfs fixed
This commit is contained in:
@@ -608,7 +608,8 @@ public final class SWF implements TreeItem, Timelined {
|
||||
|
||||
ArrayList<ABCContainerTag> newAbcList = new ArrayList<>();
|
||||
getABCTags(objs, newAbcList);
|
||||
this.abcList = newAbcList;
|
||||
isAS3 = !newAbcList.isEmpty();
|
||||
abcList = newAbcList;
|
||||
}
|
||||
|
||||
private static void getABCTags(List<ContainerItem> list, List<ABCContainerTag> actionScripts) {
|
||||
|
||||
Reference in New Issue
Block a user