mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 13:03:55 -07:00
Delete player view.
Took 37 seconds
This commit is contained in:
parent
0d34818e19
commit
789dc05307
1 changed files with 1 additions and 0 deletions
|
|
@ -203,6 +203,7 @@ void GameScene::removePlayer(PlayerLogic *player)
|
|||
}
|
||||
auto *view = playerViews.take(player->getPlayerInfo()->getId());
|
||||
removeItem(view);
|
||||
view->deleteLater();
|
||||
rearrange();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue