mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 20:04:37 +00:00
image panel fix
This commit is contained in:
@@ -464,7 +464,7 @@ public final class ImagePanel extends JPanel implements MediaDisplay {
|
||||
counter++;
|
||||
}
|
||||
|
||||
if (timer == null) {
|
||||
if (timer == null && timelined != null) {
|
||||
startTimer(counter, timelined.getTimeline(), false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user