Explorar el Código

Remove comment

WestLangley hace 5 años
padre
commit
f230845afd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/extras/PMREMGenerator.js

+ 1 - 1
src/extras/PMREMGenerator.js

@@ -240,7 +240,7 @@ PMREMGenerator.prototype = {
 
 		const cubeUVRenderTarget = _createRenderTarget( params );
 		cubeUVRenderTarget.depthBuffer = texture ? false : true;
-		this._pingPongRenderTarget = _createRenderTarget( params ); // what should be the pingPong depthBuffer setting?
+		this._pingPongRenderTarget = _createRenderTarget( params );
 		return cubeUVRenderTarget;
 
 	},