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
|
|
@ -83,6 +83,10 @@ public class BigCard extends JComponent {
|
|||
this.getWidth()*1000/1142,this.getWidth()*1000/2539);
|
||||
}
|
||||
|
||||
public void clearUp() {
|
||||
|
||||
}
|
||||
|
||||
public void setCard(UUID cardId, Image image, List<String> strings, boolean foil) {
|
||||
if (this.cardId == null || !this.cardId.equals(cardId)) {
|
||||
if (this.panel != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue