Parcourir la source

Updated examples builds

Mr.doob il y a 4 ans
Parent
commit
2a6a494d78
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      examples/js/loaders/FBXLoader.js

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

@@ -638,7 +638,7 @@
 
 			const texture = textureMap.get( id );
 
-			if ( texture.image !== undefined ) {
+			if ( texture !== undefined && texture.image !== undefined ) {
 
 				return texture;