mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-03 15:35:10 +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:
@@ -85,7 +85,7 @@ public class RecompileTest extends FileTestBase {
|
||||
try {
|
||||
Configuration.debugCopy.set(false);
|
||||
SWF swf = new SWF(new BufferedInputStream(new FileInputStream(filePath)), false, false);
|
||||
for (Tag tag : swf.tags) {
|
||||
for (Tag tag : swf.getTags()) {
|
||||
if (!(tag instanceof TagStub)) {
|
||||
Tag tag2 = tag.cloneTag();
|
||||
if (tag2 instanceof TagStub) {
|
||||
|
||||
Reference in New Issue
Block a user