Mr.doob 4 years ago
parent
commit
dfaed955ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/renderers/WebGLRenderTarget.js

+ 1 - 1
src/renderers/WebGLRenderTarget.js

@@ -55,7 +55,7 @@ class WebGLRenderTarget extends EventDispatcher {
 
 
 	}
 	}
 
 
-	setSize ( width, height, depth = 1 ) {
+	setSize( width, height, depth = 1 ) {
 
 
 		if ( this.width !== width || this.height !== height || this.depth !== depth ) {
 		if ( this.width !== width || this.height !== height || this.depth !== depth ) {