mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-16 04:21:53 +00:00
fixed deobfuscation
Issue #151 option for caching in memory instead of temp files
This commit is contained in:
@@ -2013,7 +2013,7 @@ public class SWF {
|
||||
mat.getRotateSkew1Float(), mat.getScaleYFloat(),
|
||||
mat.translateX, mat.translateY);
|
||||
}
|
||||
private static Cache cache = new Cache(false);
|
||||
private static Cache cache = Cache.getInstance(false);
|
||||
|
||||
public void clearImageCache() {
|
||||
cache.clear();
|
||||
|
||||
Reference in New Issue
Block a user