- Fixed the game spoiling card IDs when looking in the players' libraries, opponent's hand, etc.

This commit is contained in:
Agetian
2015-01-21 08:16:46 +00:00
parent 65be79f79f
commit e50e7f575e

View File

@@ -325,7 +325,7 @@ public class CardPanel extends SkinnedPanel implements CardContainer, IDisposabl
displayCardNameOverlay(showText && canShow && showCardNameOverlay(), imgSize, imgPos);
displayPTOverlay(showText && (canShow || card.isFaceDown()) && showCardPowerOverlay(), imgSize, imgPos);
displayCardIdOverlay(showText && showCardIdOverlay(), imgSize, imgPos);
displayCardIdOverlay(showText && canShow && showCardIdOverlay(), imgSize, imgPos);
}
private void displayCardIdOverlay(boolean isVisible, Dimension imgSize, Point imgPos) {