Skip to content

Commit 92278e7

Browse files
authored
Merge pull request #3428 from pandamicro/develop
Fix typo
2 parents 90fec9b + 4ce186d commit 92278e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cocos2d/core/base-nodes/CCNodeCanvasRenderCmd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ cc.Node.RenderCmd.prototype = {
448448
opacityDirty = locFlag & dirtyFlags.opacityDirty;
449449

450450
if (locFlag & dirtyFlags.contentDirty) {
451-
this._notifyRegionStatus && this._notifyRegionStatus(_ccsg.Node.CanvasRenderCmd.RegionStatus.Dirty);
451+
this._notifyRegionStatus && this._notifyRegionStatus(cc.Node.CanvasRenderCmd.RegionStatus.Dirty);
452452
this._dirtyFlag &= ~dirtyFlags.contentDirty;
453453
}
454454

0 commit comments

Comments
 (0)