mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Added FIXME lines related to the previous commit.
This commit is contained in:
@@ -1055,7 +1055,7 @@ public class StaticEffect {
|
||||
if (removeMayPlay) {
|
||||
affectedCard.removeMayPlay(ability);
|
||||
}
|
||||
//affectedCard.updateStateForView();
|
||||
//affectedCard.updateStateForView(); // FIXME: causes intolerable flickering for cards such as Thassa, God of the Sea or Wind Zendikon
|
||||
}
|
||||
return affectedCards;
|
||||
}
|
||||
|
||||
@@ -629,7 +629,7 @@ public final class StaticAbilityContinuous {
|
||||
affectedCard.setMayPlay(mayPlayController, mayPlayWithoutManaCost, mayPlayIgnoreColor, mayPlayWithFlash, stAb);
|
||||
}
|
||||
|
||||
//affectedCard.updateStateForView();
|
||||
//affectedCard.updateStateForView(); // FIXME: causes intolerable flickering for cards such as Thassa, God of the Sea or Wind Zendikon.
|
||||
}
|
||||
|
||||
return affectedCards;
|
||||
|
||||
Reference in New Issue
Block a user