mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-19 21:22:18 +00:00
some sprite/frame rendering issue fixed, generic cache, serializableimages
This commit is contained in:
@@ -119,7 +119,7 @@ public class ActionPanel extends JPanel implements ActionListener, SearchListene
|
||||
private String lastDecompiled = "";
|
||||
private ASMSource lastASM;
|
||||
public SearchPanel<ASMSource> searchPanel;
|
||||
private Cache cache = Cache.getInstance(true);
|
||||
private Cache<CachedScript> cache = Cache.getInstance(true);
|
||||
private CancellableWorker setSourceWorker;
|
||||
|
||||
public void clearSource() {
|
||||
|
||||
Reference in New Issue
Block a user