From 602575a202b4faefc30c88eaeb5801ae8dd8171f Mon Sep 17 00:00:00 2001 From: Yoon Eun Ji Date: Wed, 6 May 2026 19:06:34 +0900 Subject: [PATCH] Fix Timer.dispose declaration --- types/three/src/core/Timer.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/three/src/core/Timer.d.ts b/types/three/src/core/Timer.d.ts index 4dec67b8b..b33a3ace2 100644 --- a/types/three/src/core/Timer.d.ts +++ b/types/three/src/core/Timer.d.ts @@ -63,7 +63,7 @@ declare class Timer { /** * Can be used to free all internal resources. Usually called when the timer instance isn't required anymore. */ - dispose(): this; + dispose(): void; /** * Updates the internal state of the timer. This method should be called once per simulation step and before you