mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
fix zoom for foretold
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user