mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
added missing parameter
This commit is contained in:
parent
03e3be90d6
commit
5c10e54b7d
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ public class DraftGrid extends javax.swing.JPanel implements MouseListener {
|
|||
int curRow = 0;
|
||||
Rectangle rectangle = new Rectangle(Config.dimensions.frameWidth, Config.dimensions.frameHeight);
|
||||
for (CardView card: booster.values()) {
|
||||
MageCard cardImg = Plugins.getInstance().getMageCard(card, bigCard, Config.dimensions, null);
|
||||
MageCard cardImg = Plugins.getInstance().getMageCard(card, bigCard, Config.dimensions, null, false);
|
||||
cardImg.addMouseListener(this);
|
||||
add(cardImg);
|
||||
cardImg.update(card);
|
||||
|
|
Loading…
Reference in a new issue