From 07b4178ef150963f996c06a601dbbfaeb33d7827 Mon Sep 17 00:00:00 2001 From: Devilsparta Date: Tue, 6 Nov 2018 16:30:16 +0800 Subject: [PATCH] Update three-fbxloader.d.ts --- types/three/three-fbxloader.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/three/three-fbxloader.d.ts b/types/three/three-fbxloader.d.ts index 699f12f8cd..4ecd1e70a7 100644 --- a/types/three/three-fbxloader.d.ts +++ b/types/three/three-fbxloader.d.ts @@ -4,7 +4,7 @@ import { LoadingManager } from "./three-core"; import { AnimationClip, Group } from "./three-core"; interface IFbxSceneGraph extends Group { - animations: AnimationClip[]; + animations: AnimationClip[]; } export class FBXLoader {