Переглянути джерело

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 );
 
-		addAnimations( FBXTree, connections, sceneGraph, modelMap );
+		addAnimations( FBXTree, connections, sceneGraph );
 
 		createAmbientLight( FBXTree, sceneGraph );