Skip to content

Commit

Permalink
Merge pull request #20569 from beidongjiedeguang/dev1
Browse files Browse the repository at this point in the history
Fix parameter error of AnimationClip.toJSON()
  • Loading branch information
mrdoob authored Oct 27, 2020
2 parents 9bb2226 + 1cc3a10 commit 1f0d193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/animation/AnimationClip.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ export class AnimationClip {
animation: any,
bones: Bone[]
): AnimationClip;
static toJSON(): any;
static toJSON( clip: AnimationClip ): any;

}

0 comments on commit 1f0d193

Please sign in to comment.