mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Merge fix
This commit is contained in:
parent
237ab42b4e
commit
18687fe197
5 changed files with 25 additions and 1 deletions
|
|
@ -319,7 +319,7 @@ public class MageLayer extends MageCard {
|
|||
// create panels
|
||||
allIcons.forEach(cardIcon -> {
|
||||
CardIconCategory category = cardIcon.getIconType().getCategory();
|
||||
// debug panel must take all icons (position depens on render settings)
|
||||
// debug panel must take all icons (position depends on render settings)
|
||||
if (iconsDebugPanel != null) {
|
||||
newIcons.get(iconsDebugPanel).add(cardIcon);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue