diff --git a/interface/src/avatar/MyAvatar.cpp b/interface/src/avatar/MyAvatar.cpp index b362197475..dc1b65276a 100644 --- a/interface/src/avatar/MyAvatar.cpp +++ b/interface/src/avatar/MyAvatar.cpp @@ -340,8 +340,8 @@ void MyAvatar::simulate(float deltaTime) { _skeletonModel->simulate(deltaTime); } - // we've achived our final adjusted our position & rotation for the avatar - // and all joints, we can now update our attachements. + // we've achived our final adjusted position and rotation for the avatar + // and all of its joints, now update our attachements. Avatar::simulateAttachments(deltaTime); if (!_skeletonModel->hasSkeleton()) {