WestLangley %!s(int64=7) %!d(string=hai) anos
pai
achega
c66280f1c6
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/renderers/WebGLRenderTarget.js

+ 0 - 1
src/renderers/WebGLRenderTarget.js

@@ -36,7 +36,6 @@ function WebGLRenderTarget( width, height, options ) {
 	this.stencilBuffer = options.stencilBuffer !== undefined ? options.stencilBuffer : true;
 	this.depthTexture = options.depthTexture !== undefined ? options.depthTexture : null;
 
-
 }
 
 WebGLRenderTarget.prototype = Object.assign( Object.create( EventDispatcher.prototype ), {