mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
The stack should ensure card visibility.
Took 21 minutes
This commit is contained in:
parent
865f0b7eae
commit
cba5ab2847
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue