mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Fixed compilation of mobile version of Forge.
This commit is contained in:
@@ -117,9 +117,9 @@ public class CardZoom extends FOverlay {
|
|||||||
}
|
}
|
||||||
if (item instanceof InventoryItem) {
|
if (item instanceof InventoryItem) {
|
||||||
InventoryItem ii = (InventoryItem)item;
|
InventoryItem ii = (InventoryItem)item;
|
||||||
return new CardView(-1, ii.getName(), null, ImageKeys.getImageKey(ii, false));
|
return new CardView(-1, null, ii.getName(), null, ImageKeys.getImageKey(ii, false));
|
||||||
}
|
}
|
||||||
return new CardView(-1, item.toString());
|
return new CardView(-1, null, item.toString());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user