auto-git:

[change] src/document/paths.ts
This commit is contained in:
2026-04-22 18:06:34 +02:00
parent 04ba622dbe
commit e127634e4b

View File

@@ -797,8 +797,8 @@ export function resolveNearestPointOnResolvedScenePath(
distanceAlongPath,
segmentIndex: segment.index,
position,
tangent,
};
tangent
};
if (
nearestSample === null ||