From 454716da0e03196e9f0e299730ed960a2628a5af Mon Sep 17 00:00:00 2001 From: Robert Long Date: Tue, 10 May 2022 17:17:40 -0700 Subject: [PATCH] Fix setPlugins return type --- types/three/examples/jsm/exporters/GLTFExporter.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/three/examples/jsm/exporters/GLTFExporter.d.ts b/types/three/examples/jsm/exporters/GLTFExporter.d.ts index 404ece88d..d478b1fdd 100644 --- a/types/three/examples/jsm/exporters/GLTFExporter.d.ts +++ b/types/three/examples/jsm/exporters/GLTFExporter.d.ts @@ -91,7 +91,7 @@ export class GLTFExporter { export class GLTFWriter { constructor(); - setPlugins(plugins: GLTFExporterPlugin[]); + setPlugins(plugins: GLTFExporterPlugin[]): void; /** * Parse scenes and generate GLTF output