We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf4908d + 63cbf7d commit 83cab3eCopy full SHA for 83cab3e
cocos2d/actions/CCAction.js
@@ -625,6 +625,9 @@ cc.Follow = cc.Action.extend(/** @lends cc.Follow# */{
625
tempPosX = this._halfScreenSize.x - tempPosX;
626
tempPosY = this._halfScreenSize.y - tempPosY;
627
628
+ //TODO Temporary treatment - The dirtyFlag symbol error
629
+ this.target._renderCmd._dirtyFlag = 0;
630
+
631
if (this._boundarySet) {
632
// whole map fits inside a single screen, no need to modify the position - unless map boundaries are increased
633
if (this._boundaryFullyCovered)
0 commit comments