mirror of
https://github.com/correl/mage.git
synced 2024-11-25 11:09:53 +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) {
|
if (source != null && dest != null) {
|
||||||
dest.setSelected(source.isSelected());
|
dest.setSelected(source.isSelected());
|
||||||
dest.setChoosable(source.isChoosable());
|
dest.setChoosable(source.isChoosable());
|
||||||
|
dest.setPlayableStats(source.getPlayableStats());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue