2
0
Эх сурвалжийг харах

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

Mr.doob 10 жил өмнө
parent
commit
45941c6830

+ 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;