We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e15dfd commit 872a2eaCopy full SHA for 872a2ea
cocos2d/core/base-nodes/CCNodeCanvasRenderCmd.js
@@ -465,11 +465,9 @@ cc.Node.RenderCmd.prototype = {
465
if (colorDirty || opacityDirty)
466
this._updateColor();
467
468
- if (locFlag & flags.transformDirty) {
+ if (locFlag & flags.transformDirty)
469
//update the transform
470
this.transform(parentCmd);
471
- this._dirtyFlag = this._dirtyFlag & flags.transformDirty ^ this._dirtyFlag;
472
- }
473
474
if (locFlag & flags.orderDirty)
475
this._dirtyFlag = this._dirtyFlag & flags.orderDirty ^ this._dirtyFlag;
0 commit comments