Browse Source

AnimationClip: Removed unused nodeName. Fixes #9669.

Mr.doob 9 years ago
parent
commit
4baf3e592f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/animation/AnimationClip.js

+ 1 - 1
src/animation/AnimationClip.js

@@ -235,7 +235,7 @@ Object.assign( AnimationClip, {
 	},
 
 	// parse the animation.hierarchy format
-	parseAnimation: function( animation, bones, nodeName ) {
+	parseAnimation: function( animation, bones ) {
 
 		if ( ! animation ) {