From a3eb94a9a2b4605fb4940e30e85e680ae3346382 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 15 Apr 2026 11:19:35 +0200 Subject: [PATCH] Update function parameter type in paths.ts --- src/document/paths.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/document/paths.ts b/src/document/paths.ts index 17cf1ba0..6a9ff30a 100644 --- a/src/document/paths.ts +++ b/src/document/paths.ts @@ -163,7 +163,7 @@ function clampProgress(progress: number): number { } function resolvePathSegmentSample( - path: ResolvedScenePath, + path: ResolvedPathLike, progress: number ): { segmentIndex: number | null; distance: number } { if (path.segments.length === 0 || path.totalLength <= 0) {