mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-27 05:44:51 +00:00
rendering fix, gc and cache clear buttons added to debug menu
This commit is contained in:
@@ -2561,7 +2561,7 @@ public final class SWF implements SWFContainerItem, Timelined {
|
||||
SerializableImage img = null;
|
||||
String cacheKey = null;
|
||||
if (drawable instanceof ShapeTag) {
|
||||
cacheKey = m.toString() + clrTrans.toString();
|
||||
cacheKey = ((ShapeTag) drawable).getCharacterId() + m.toString() + clrTrans.toString();
|
||||
img = renderContext.shapeCache.get(cacheKey);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user