From 9bc1113a794d31d0c0e956909e59c40da43b67e7 Mon Sep 17 00:00:00 2001 From: sebavan Date: Fri, 24 May 2024 17:10:43 +0200 Subject: [PATCH] Fix Doc --- packages/dev/core/src/Morph/morphTargetManager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dev/core/src/Morph/morphTargetManager.ts b/packages/dev/core/src/Morph/morphTargetManager.ts index 9f4ff251ed2..cdf5cd81af6 100644 --- a/packages/dev/core/src/Morph/morphTargetManager.ts +++ b/packages/dev/core/src/Morph/morphTargetManager.ts @@ -231,7 +231,7 @@ export class MorphTargetManager implements IDisposable { } /** - * Gets the target at specified index + * Gets the first target with the specified name * @param name defines the name to check * @returns the requested target */