Skip to content

Commit c55e0b7

Browse files
committed
setProgram is not define
1 parent f83d288 commit c55e0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cocos2d/clipping-nodes/CCClippingNodeWebGLRenderCmd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
var node = this._node;
129129
if (node._stencil) {
130130
var program = node._originStencilProgram;
131-
setProgram(node._stencil, program);
131+
cc.setProgram(node._stencil, program);
132132
}
133133
};
134134

0 commit comments

Comments
 (0)