mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 17:44:01 -07:00
Fix unused.
Took 3 minutes Took 1 minute
This commit is contained in:
parent
7f0286bff8
commit
519b428629
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ int CardAmountWidget::countCardsInZone(const QString &deckZone)
|
|||
return -1;
|
||||
}
|
||||
|
||||
QList<DecklistCardNode *> cardsInDeck = decklist->getCardNodes();
|
||||
QList<DecklistCardNode *> cardsInDeck = decklist->getCardNodes({deckZone});
|
||||
|
||||
int count = 0;
|
||||
for (auto currentCard : cardsInDeck) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue