mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-22 11:05:32 +00:00
2nd tag saving problem fixed
This commit is contained in:
@@ -451,6 +451,7 @@ public final class SWF implements TreeItem, Timelined {
|
||||
public void clearModified() {
|
||||
for (Tag tag : tags) {
|
||||
if (tag.isModified()) {
|
||||
tag.createOriginalData();
|
||||
tag.setModified(false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user