mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-26 03:46:08 +00:00
Fixed dump view exception on New files
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user