mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
GUI: fixed that the playable card mark is not displayed for the second side after day/night button click;
This commit is contained in:
parent
f5bb3a3b9a
commit
3b7e01d687
1 changed files with 1 additions and 0 deletions
|
|
@ -808,6 +808,7 @@ public abstract class CardPanel extends MagePermanent implements ComponentListen
|
|||
if (source != null && dest != null) {
|
||||
dest.setSelected(source.isSelected());
|
||||
dest.setChoosable(source.isChoosable());
|
||||
dest.setPlayableStats(source.getPlayableStats());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue