mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 19:25:38 +00:00
Nullpointer fix
This commit is contained in:
@@ -3112,6 +3112,9 @@ public final class ImagePanel extends JPanel implements MediaDisplay {
|
||||
}
|
||||
|
||||
private Rectangle2D getTransformBounds() {
|
||||
if (timelined == null) {
|
||||
return null;
|
||||
}
|
||||
int time = frozen ? 0 : this.time;
|
||||
DepthState ds = null;
|
||||
Timeline timeline = timelined.getTimeline();
|
||||
|
||||
Reference in New Issue
Block a user