2
0
Эх сурвалжийг харах

FBXLoader: Removed superfluous argument.

Mr.doob 7 жил өмнө
parent
commit
528987860b

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

@@ -1524,7 +1524,7 @@
 
 		bindSkeleton( FBXTree, skeletons, geometryMap, modelMap, connections, sceneGraph );
 
-		addAnimations( FBXTree, connections, sceneGraph, modelMap );
+		addAnimations( FBXTree, connections, sceneGraph );
 
 		createAmbientLight( FBXTree, sceneGraph );