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

AnimationClip: Removed unused nodeName. Fixes #9669.

Mr.doob 9 жил өмнө
parent
commit
4baf3e592f

+ 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 ) {