mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 01:17:27 +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:
@@ -56,7 +56,7 @@ public class ActionScript3ExecuteTest {
|
||||
swf = new SWF(is, false);
|
||||
}*/
|
||||
DoABC2Tag tag = null;
|
||||
for (Tag t : swf.tags) {
|
||||
for (Tag t : swf.getTags()) {
|
||||
if (t instanceof DoABC2Tag) {
|
||||
tag = (DoABC2Tag) t;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user