Skip to content

Commit

Permalink
Fix bugs in Program and Renderer.
Browse files Browse the repository at this point in the history
  • Loading branch information
caryliu1999 committed Jul 11, 2019
1 parent 5bd263c commit b7b38e6
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 b7b38e6

Please sign in to comment.