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.
2 parents 90fec9b + 4ce186d commit 92278e7Copy full SHA for 92278e7
cocos2d/core/base-nodes/CCNodeCanvasRenderCmd.js
@@ -448,7 +448,7 @@ cc.Node.RenderCmd.prototype = {
448
opacityDirty = locFlag & dirtyFlags.opacityDirty;
449
450
if (locFlag & dirtyFlags.contentDirty) {
451
- this._notifyRegionStatus && this._notifyRegionStatus(_ccsg.Node.CanvasRenderCmd.RegionStatus.Dirty);
+ this._notifyRegionStatus && this._notifyRegionStatus(cc.Node.CanvasRenderCmd.RegionStatus.Dirty);
452
this._dirtyFlag &= ~dirtyFlags.contentDirty;
453
}
454
0 commit comments