Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cocos-creator/engine into inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
jwu committed Jul 18, 2016
2 parents 2d60ac2 + a66aee3 commit 118f9fc
Show file tree
Hide file tree
Showing 96 changed files with 4,130 additions and 5,359 deletions.
277 changes: 0 additions & 277 deletions cocos2d/actions/CCActionCamera.js

This file was deleted.

1 change: 0 additions & 1 deletion cocos2d/clipping-nodes/CCClippingNodeCanvasRenderCmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
//-------------------------- ClippingNode's canvas render cmd --------------------------------
cc.ClippingNode.CanvasRenderCmd = function(renderable){
_ccsg.Node.CanvasRenderCmd.call(this, renderable);
this._needDraw = false;

this._rendererClipCmd = new cc.CustomRenderCmd(this, this._drawStencilCommand);
this._rendererRestoreCmd = new cc.CustomRenderCmd(this, this._restoreCmdCallback);
Expand Down
Loading

0 comments on commit 118f9fc

Please sign in to comment.