Skip to content

Commit 4903241

Browse files
committed
No longer use setPost.
1 parent 0ea9f24 commit 4903241

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/webgl/PipelineManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ var PipelineManager = new Class({
891891
*/
892892
setUtility: function (currentShader)
893893
{
894-
return this.setPost(this.UTILITY_PIPELINE, null, currentShader);
894+
return this.UTILITY_PIPELINE.bind(currentShader);
895895
},
896896

897897
/**

0 commit comments

Comments
 (0)