Skip to content

Commit 3ace493

Browse files
committed
Typo
1 parent ed26cb1 commit 3ace493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/js/postprocessing/SSAOPass.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,14 @@ THREE.SSAOPass.prototype = Object.assign( Object.create( THREE.Pass.prototype ),
153153

154154
dispose: function () {
155155

156-
// dipose render targets
156+
// dispose render targets
157157

158158
this.beautyRenderTarget.dispose();
159159
this.normalRenderTarget.dispose();
160160
this.ssaoRenderTarget.dispose();
161161
this.blurRenderTarget.dispose();
162162

163-
// dipose geometry
163+
// dispose geometry
164164

165165
this.quad.geometry.dispose();
166166

0 commit comments

Comments
 (0)