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

GLTFLoader: isObjectURL is a boolean. Thanks @stevesan!

Mr.doob 7 жил өмнө
parent
commit
7f9410223d

+ 1 - 1
examples/js/loaders/GLTFLoader.js

@@ -1467,7 +1467,7 @@ THREE.GLTFLoader = ( function () {
 
 			// Clean up resources and configure Texture.
 
-			if ( isObjectURL !== undefined ) {
+			if ( isObjectURL === true ) {
 
 				URL.revokeObjectURL( sourceURI );