Waiting for this action to complete before pushing another build.

Took 19 minutes
This commit is contained in:
Lukas Brübach 2025-09-14 12:49:31 +02:00
parent ab6b32b8ba
commit b12bf0f521

View file

@ -18,6 +18,7 @@ void TableZoneLogic::addCardImpl(CardItem *card, int _x, int _y)
if (!card->getFaceDown()) { if (!card->getFaceDown()) {
card->setPT(card->getCardInfo().getPowTough()); card->setPT(card->getCardInfo().getPowTough());
} }
qInfo() << "Triggering a build";
card->setGridPoint(QPoint(_x, _y)); card->setGridPoint(QPoint(_x, _y));
card->setVisible(true); card->setVisible(true);
} }