forked from External/mage
Code cleanup
This commit is contained in:
parent
d34824b1c8
commit
7fcd4abcc8
2 changed files with 3 additions and 5 deletions
|
|
@ -264,8 +264,6 @@ public class CardPanelRenderImpl extends CardPanel {
|
|||
protected void paintCard(Graphics2D g) {
|
||||
// Render the card if we don't have an image ready to use
|
||||
if (cardImage == null) {
|
||||
LOGGER.warn("new image: " + getGameCard().getDisplayName() + "; transformed " + (isTransformed() ? "yes" : "no"));
|
||||
|
||||
// Try to get card image from cache based on our card characteristics
|
||||
ImageKey key = new ImageKey(getGameCard(), artImage,
|
||||
getCardWidth(), getCardHeight(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue