Skip to content

Commit 4baf3e5

Browse files
committed
AnimationClip: Removed unused nodeName. Fixes mrdoob#9669.
1 parent 027a01f commit 4baf3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/animation/AnimationClip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Object.assign( AnimationClip, {
235235
},
236236

237237
// parse the animation.hierarchy format
238-
parseAnimation: function( animation, bones, nodeName ) {
238+
parseAnimation: function( animation, bones ) {
239239

240240
if ( ! animation ) {
241241

0 commit comments

Comments
 (0)