Skip to content
Snippets Groups Projects
Commit 8e0f561d authored by tony056's avatar tony056
Browse files

added missing parameters.

parent 25f0d9cd
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ THREE.ClearMaskPass = function() {
THREE.ClearMaskPass.prototype = Object.create(THREE.Pass.prototype);
Object.assign(THREE.ClearMaskPass.prototype, {
render: function() {
render: function(renderer) {
renderer.state.buffers.stencil.setTest(false);
}
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment