mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
update comment
This commit is contained in:
@@ -198,7 +198,7 @@ public class CardFactory {
|
|||||||
if (c.hasAlternateState()) {
|
if (c.hasAlternateState()) {
|
||||||
if (c.isFlipCard()) {
|
if (c.isFlipCard()) {
|
||||||
c.setState(CardStateName.Flipped, false);
|
c.setState(CardStateName.Flipped, false);
|
||||||
// set the altstate to false since the rotated image is handled by graphics renderer
|
// set the imagekey altstate to false since the rotated image is handled by graphics renderer
|
||||||
// setting this to true will download the original image with different name.
|
// setting this to true will download the original image with different name.
|
||||||
c.setImageKey(cp.getImageKey(false));
|
c.setImageKey(cp.getImageKey(false));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user