Skip to content

Commit

Permalink
remove SSAOPass.quad.dispose, fixes mrdoob#18148
Browse files Browse the repository at this point in the history
  • Loading branch information
drcmda committed Dec 13, 2019
1 parent 8a5fb70 commit ffe4758
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/jsm/postprocessing/SSAOPass.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,6 @@ SSAOPass.prototype = Object.assign( Object.create( Pass.prototype ), {
this.ssaoRenderTarget.dispose();
this.blurRenderTarget.dispose();

// dispose geometry

this.quad.geometry.dispose();

// dispose materials

this.normalMaterial.dispose();
Expand Down

0 comments on commit ffe4758

Please sign in to comment.