Mr.doob %!s(int64=5) %!d(string=hai) anos
pai
achega
dfaed955ea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 ) {
 

粤ICP备19079148号