Skip to content

Commit

Permalink
Fixed type error
Browse files Browse the repository at this point in the history
  • Loading branch information
KenyonY committed Oct 27, 2020
1 parent 02bcf34 commit 1cc3a10
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( json: any ): any;
static toJSON( clip: AnimationClip ): any;

}

0 comments on commit 1cc3a10

Please sign in to comment.