mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-12 11:51:55 +00:00
lazy loading of shaperecords in DefineShape tags
This commit is contained in:
@@ -100,7 +100,7 @@ public class DumpTreeModel implements TreeModel {
|
||||
SWFInputStream sis = tagStub.getDataStream();
|
||||
sis.seek(tagStub.getDataPos());
|
||||
sis.dumpInfo = di;
|
||||
SWFInputStream.resolveTag(tagStub, 0, false, true);
|
||||
SWFInputStream.resolveTag(tagStub, 0, false, true, false);
|
||||
} catch (InterruptedException | IOException ex) {
|
||||
Logger.getLogger(DumpTreeModel.class.getName()).log(Level.SEVERE, null, ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user