فهرست منبع

Updated examples builds

Mr.doob 4 سال پیش
والد
کامیت
2a6a494d78
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;