mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Temporarily comment out line 124 in the ImageCache class.
This commit is contained in:
@@ -121,7 +121,7 @@ public class ImageCache {
|
||||
boolean mayEnlarge = Singletons.getModel().getPreferences().getPrefBoolean(FPref.UI_SCALE_LARGER);
|
||||
BufferedImage original = getImage(key);
|
||||
if (null == original) {
|
||||
CACHE.put(key, null); // This instructs cache to give up finding a picture if it was not found once
|
||||
// CACHE.put(key, null); // This instructs cache to give up finding a picture if it was not found once
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user