浏览代码

FBXLoader: Removed superfluous argument.

Mr.doob 7 年之前
父节点
当前提交
528987860b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/js/loaders/FBXLoader.js

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

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