mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-24 13:44:42 +00:00
swf.tags and sprite.subtags are private to avoid modifying the list without setting the isModified flag + some small chages
This commit is contained in:
@@ -66,7 +66,7 @@ public class ActionScript2Test extends ActionScript2TestBase {
|
||||
int f = 0;
|
||||
DoActionTag lastDoa = null;
|
||||
|
||||
for (Tag t : swf.tags) {
|
||||
for (Tag t : swf.getTags()) {
|
||||
if (t instanceof DoActionTag) {
|
||||
lastDoa = (DoActionTag) t;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user