- Added FIXME lines related to the previous commit.

This commit is contained in:
Agetian
2016-09-27 15:51:58 +00:00
parent 22a2c67b83
commit 80198b8f59
2 changed files with 2 additions and 2 deletions

View File

@@ -1055,7 +1055,7 @@ public class StaticEffect {
if (removeMayPlay) { if (removeMayPlay) {
affectedCard.removeMayPlay(ability); 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; return affectedCards;
} }

View File

@@ -629,7 +629,7 @@ public final class StaticAbilityContinuous {
affectedCard.setMayPlay(mayPlayController, mayPlayWithoutManaCost, mayPlayIgnoreColor, mayPlayWithFlash, stAb); 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; return affectedCards;