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 90fec9b commit 4ce186dCopy full SHA for 4ce186d
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