* Fix to get land images shown again.

This commit is contained in:
LevelX2 2016-10-08 19:03:32 +02:00
parent 5d8ae4d411
commit 4ec7d626fa
3 changed files with 16 additions and 15 deletions

View file

@ -510,6 +510,8 @@ public abstract class CardPanel extends MagePermanent implements MouseListener,
* However, they should ALSO call repaint() after the superclass call to
* this function, that can't be done here as the overriders may need to do
* things both before and after this call before repainting.
*
* @param card
*/
@Override
public void update(CardView card) {