Merge fix

This commit is contained in:
Oleg Agafonov 2021-07-24 04:55:44 +04:00
parent 237ab42b4e
commit 18687fe197
5 changed files with 25 additions and 1 deletions

View file

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