The stack should ensure card visibility.

Took 21 minutes
This commit is contained in:
Lukas Brübach 2025-09-10 02:47:51 +02:00
parent 865f0b7eae
commit cba5ab2847

View file

@ -25,4 +25,5 @@ void StackZoneLogic::addCardImpl(CardItem *card, int x, int /*y*/)
card->setCardRef({}); card->setCardRef({});
} }
card->resetState(true); card->resetState(true);
card->setVisible(true);
} }