mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-27 05:44:51 +00:00
AVM2 instruction reading fix, strongly typed Cache key
This commit is contained in:
@@ -2203,7 +2203,7 @@ public final class SWF implements TreeItem, Timelined {
|
||||
mat.translateX, mat.translateY);
|
||||
}
|
||||
|
||||
private static Cache<SerializableImage> frameCache = Cache.getInstance(false);
|
||||
private static Cache<String, SerializableImage> frameCache = Cache.getInstance(false);
|
||||
|
||||
public static SerializableImage getFromCache(String key) {
|
||||
if (frameCache.contains(key)) {
|
||||
|
||||
Reference in New Issue
Block a user