From b706ab00fe56ba9acc4678bc1cb673cfa91e9ee5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lutz=20H=C3=B6ren?= Date: Fri, 3 Nov 2017 12:56:51 +0100 Subject: [PATCH] Cleanup --- types/three/three-core.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/types/three/three-core.d.ts b/types/three/three-core.d.ts index 28b103665a..06d27930ee 100644 --- a/types/three/three-core.d.ts +++ b/types/three/three-core.d.ts @@ -7048,4 +7048,3 @@ export class MorphBlendMesh extends Mesh { stopAnimation(name: string): void; update(delta: number): void; } -n