ソースを参照

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;