Explorar el Código

GLTFLoader: Revert returning Promise<THREE.Texture> from assignTexture()

Takahiro hace 7 años
padre
commit
699b449cb5
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      examples/js/loaders/GLTFLoader.js

+ 0 - 2
examples/js/loaders/GLTFLoader.js

@@ -2114,8 +2114,6 @@ THREE.GLTFLoader = ( function () {
 
 			materialParams[ textureName ] = texture;
 
-			return texture;
-
 		} );
 
 	};