fix zoom for foretold

This commit is contained in:
Anthony Calosa
2021-09-28 00:45:11 +08:00
parent 3ff1a86aed
commit d114af3a0b

View File

@@ -745,7 +745,7 @@ public class CardImageRenderer {
} else if (Forge.enableUIMask.equals("Crop") && canshow) {
g.drawImage(ImageCache.croppedBorderImage(image), x, y, w, h);
} else {
if (canshow)
if (canshow||card.isForeTold())
g.drawImage(image, x, y, w, h);
else // sleeve
g.drawImage(sleeves, x, y, w, h);