mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-03 03:53:56 -07:00
crash fix
This commit is contained in:
parent
405a247c2c
commit
ddd58d6736
1 changed files with 2 additions and 1 deletions
|
|
@ -698,6 +698,7 @@ void Player::processGameEvent(GameEvent *event)
|
||||||
|
|
||||||
void Player::showCardMenu(const QPoint &p)
|
void Player::showCardMenu(const QPoint &p)
|
||||||
{
|
{
|
||||||
|
if (cardMenu)
|
||||||
cardMenu->exec(p);
|
cardMenu->exec(p);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue