mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-03 04:35:28 +00:00
shape preview fixed
This commit is contained in:
@@ -750,6 +750,7 @@ public final class ImagePanel extends JPanel implements ActionListener, MediaDis
|
||||
int msPerFrame = frameRate == 0 ? 1000 : 1000 / frameRate;
|
||||
|
||||
final int cnt = counter;
|
||||
shouldDraw.set(true);
|
||||
TimerTask task = new TimerTask() {
|
||||
public int counter = cnt;
|
||||
private final AtomicBoolean first = shouldDraw;
|
||||
|
||||
Reference in New Issue
Block a user