mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00: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…
Reference in a new issue