Merge branch 'master' into newmaster

This commit is contained in:
Anthony Calosa
2022-07-26 00:03:34 +08:00

View File

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