Fixed dump view exception on New files

This commit is contained in:
Jindra Petřík
2022-11-06 11:20:34 +01:00
parent 5d20a2a17c
commit a8efc910a8

View File

@@ -1187,6 +1187,7 @@ public final class SWF implements SWFContainerItem, Timelined {
public SWF() {
version = SWF.DEFAULT_VERSION;
displayRect = new RECT(0, 1, 0, 1);
dumpInfo = new DumpInfoSwfNode(this, "rootswf", "", null, 0, 0);
}
/**