Parcourir la source

Remove comment

WestLangley il y a 5 ans
Parent
commit
f230845afd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
 
 	},