فهرست منبع

FBXLoader: Clean up.

Mr.doob 4 سال پیش
والد
کامیت
f2eb381d5c
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      examples/jsm/loaders/FBXLoader.js

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

@@ -700,8 +700,7 @@ class FBXTreeParser {
 
 		}
 
-		const texture = textureMap.get( id );
-		return texture;
+		return textureMap.get( id );
 
 	}