Explorar o código

CubeTexture: Reverted flipY in clone. Texture is already cloning it. See #6838.

Mr.doob %!s(int64=11) %!d(string=hai) anos
pai
achega
45941c6830
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/textures/CubeTexture.js

+ 0 - 1
src/textures/CubeTexture.js

@@ -23,7 +23,6 @@ THREE.CubeTexture.clone = function ( texture ) {
 	THREE.Texture.prototype.clone.call( this, texture );
 
 	texture.images = this.images;
-	texture.flipY = this.flipY;
 
 	return texture;
 

粤ICP备19079148号