* Split cards - The images of split cards are now rotated in the enlarged image view (moueswheel up/down).

This commit is contained in:
LevelX2 2014-03-13 00:20:37 +01:00
parent 4a2a40ae2d
commit 88aca77695
8 changed files with 160 additions and 46 deletions

View file

@ -337,10 +337,10 @@ public class ImageCache {
if (card.getUsesVariousArt()) {
key += "#usesVariousArt";
}
log.warn("getImage: " + key);
// log.warn("getImage: " + key);
BufferedImage original = getImage(key);
if (original == null) {
log.warn(key + " not found");
log.debug(key + " not found");
return null;
}