mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 20:50:55 +00:00
shape caching fixed
This commit is contained in:
@@ -100,6 +100,12 @@ public class Timeline {
|
||||
return frames;
|
||||
}
|
||||
|
||||
public void addFrame(Frame frame) {
|
||||
ensureInitialized();
|
||||
frames.add(frame);
|
||||
maxDepth = getMaxDepthInternal();
|
||||
}
|
||||
|
||||
public AS2Package getAS2RootPackage() {
|
||||
ensureInitialized();
|
||||
return as2RootPackage;
|
||||
|
||||
Reference in New Issue
Block a user