1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-04-11 17:00:08 -09: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:
Oleg Agafonov 2021-02-03 11:30:24 +04:00
parent f5bb3a3b9a
commit 3b7e01d687

View file

@ -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());
}
}