prevent return null - fixes #590

master
ShawnieBoy 2015-12-24 22:39:55 +00:00
parent 3414e3aa33
commit 463a7be8ae
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -110,7 +110,7 @@ public class ImageFrame {
return defaultSymbol(type);
}
}
return null;
return ResourceManager.newFrame(ResourceManager.magarenaSymbol);
}
public static BufferedImage getCardImage(IRenderableCard cardDef) {