Browse Source

TS: Fix comma in BVHLoader.d.ts

Mugen87 6 years ago
parent
commit
52b408fe06
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/jsm/loaders/BVHLoader.d.ts

+ 1 - 1
examples/jsm/loaders/BVHLoader.d.ts

@@ -6,7 +6,7 @@ import {
 
 
 export interface BVH {
-  clip: AnimationClip,
+  clip: AnimationClip;
   skeleton: Skeleton;
 }