Explorar el Código

WebGLMultipleRenderTargets: return void in setSize (#26418)

Cody Bennett hace 2 años
padre
commit
8160b0a2b0
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/renderers/WebGLMultipleRenderTargets.js

+ 0 - 2
src/renderers/WebGLMultipleRenderTargets.js

@@ -44,8 +44,6 @@ class WebGLMultipleRenderTargets extends WebGLRenderTarget {
 		this.viewport.set( 0, 0, width, height );
 		this.scissor.set( 0, 0, width, height );
 
-		return this;
-
 	}
 
 	copy( source ) {