mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 11:40:48 +00:00
#1113 It takes too long to switch between rendered sprite fixed
This commit is contained in:
@@ -250,7 +250,7 @@ public final class FlashPlayerPanel extends Panel implements Closeable, MediaDis
|
||||
|
||||
private Thread playQueue;
|
||||
|
||||
private Object queueLock = new Object();
|
||||
private final Object queueLock = new Object();
|
||||
|
||||
public synchronized void displaySWF(final String flashName, final Color bgColor, final float frameRate) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user