mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
Waiting for this action to complete before pushing another build.
Took 19 minutes
This commit is contained in:
parent
ab6b32b8ba
commit
b12bf0f521
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ void TableZoneLogic::addCardImpl(CardItem *card, int _x, int _y)
|
|||
if (!card->getFaceDown()) {
|
||||
card->setPT(card->getCardInfo().getPowTough());
|
||||
}
|
||||
qInfo() << "Triggering a build";
|
||||
card->setGridPoint(QPoint(_x, _y));
|
||||
card->setVisible(true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue