clear cardartCache on image fetched

This commit is contained in:
Anthony Calosa
2022-07-25 23:36:54 +08:00
committed by GitHub
parent c28a1f0f98
commit b2a0bf8a3a

View File

@@ -88,7 +88,7 @@ public class CardRenderer {
public void onImageFetched() {
ImageCache.clear();
if (clearcardArtCache) {
Forge.getAssets().cardArtCache().remove(key);
clearcardArtCache();
}
}
}