Browse Source

Updated examples builds

Mr.doob 4 năm trước cách đây
mục cha
commit
2a6a494d78
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;