From 1275fd8d9a8a9287aff28e6eb938a7998f4194b1 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Fri, 17 Dec 2021 10:39:02 +1300 Subject: [PATCH] Document AvatarMixer.update required for avatar presence --- src/AvatarMixer.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AvatarMixer.ts b/src/AvatarMixer.ts index cdeb1e25..f1168c31 100644 --- a/src/AvatarMixer.ts +++ b/src/AvatarMixer.ts @@ -114,8 +114,8 @@ class AvatarMixer extends AssignmentClient { /*@sdkdoc - * Game loop update method that should be called multiple times per second to keep the avatar mixer up to date with user - * client avatar state. + * Game loop update method that needs to be called multiple times per second to keep the avatar mixer up to date with user + * client avatar state, and so have the user client avatar be "present" in the domain. */ update(): void { this.#_avatarManager.updateMyAvatar();