forked from External/mage
Removed majority of memory leaks from game / editor / dialog handling.
This commit is contained in:
parent
11df1dc059
commit
0a18a7bea6
24 changed files with 215 additions and 138 deletions
|
|
@ -58,6 +58,10 @@ public class HandPanel extends JPanel {
|
|||
hand.setZone(Zone.HAND.toString());
|
||||
}
|
||||
|
||||
public void cleanUp() {
|
||||
hand.cleanUp();
|
||||
}
|
||||
|
||||
public void loadCards(CardsView cards, BigCard bigCard, UUID gameId) {
|
||||
hand.loadCards(cards, bigCard, gameId, null);
|
||||
hand.sizeCards(getHandCardDimension());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue