mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 00:24:47 -07:00
Merge branch 'master' into devel
This commit is contained in:
commit
10d958c4ce
4 changed files with 11 additions and 2 deletions
|
|
@ -33,6 +33,9 @@ CardItem::~CardItem()
|
|||
{
|
||||
prepareDelete();
|
||||
|
||||
if (scene())
|
||||
static_cast<GameScene *>(scene())->unregisterAnimationItem(this);
|
||||
|
||||
delete cardMenu;
|
||||
delete ptMenu;
|
||||
delete moveMenu;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue