mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Do not try to rotate the foil for the non-current zoomed card since they're shown non-rotated and will break the foil effect.
This commit is contained in:
@@ -347,7 +347,7 @@ public class CardImageRenderer {
|
||||
else
|
||||
g.drawImage(image, x, y, w, h);
|
||||
}
|
||||
CardRenderer.drawFoilEffect(g, card, x, y, w, h, true);
|
||||
CardRenderer.drawFoilEffect(g, card, x, y, w, h, isCurrentCard);
|
||||
}
|
||||
|
||||
public static void drawDetails(Graphics g, CardView card, GameView gameView, boolean altState, float x, float y, float w, float h) {
|
||||
|
||||
Reference in New Issue
Block a user