Skip to content

Commit

Permalink
Merge pull request cocos#31 from caryliu1999/v2.3.0-youyou-renderer
Browse files Browse the repository at this point in the history
Fix bugs in Program and Renderer.
  • Loading branch information
2youyou2 committed Jul 12, 2019
2 parents 5bd263c + b7b38e6 commit 26ef8fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cocos2d/core/CCNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -1526,6 +1526,9 @@ let NodeDefines = {
this._proxy.setName(this._name);
this._proxy.updateParent();
this._proxy.updateOpacity();
this._proxy.update3DNode();
this._proxy.updateZOrder();
this._proxy.updateCullingMask();
}
},

Expand Down

0 comments on commit 26ef8fc

Please sign in to comment.