From 9de2ac1eb52e599734fd71f2c44612d2b91af26e Mon Sep 17 00:00:00 2001 From: Penguin-Guru Date: Thu, 25 Nov 2021 15:24:13 -0800 Subject: [PATCH] Made requested change. --- interface/src/avatar/MyAvatar.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interface/src/avatar/MyAvatar.h b/interface/src/avatar/MyAvatar.h index 88c2ea3f9c..8b5ffa233a 100644 --- a/interface/src/avatar/MyAvatar.h +++ b/interface/src/avatar/MyAvatar.h @@ -170,7 +170,8 @@ class MyAvatar : public Avatar { * @property {Vec3} skeletonOffset - Can be used to apply a translation offset between the avatar's position and the * registration point of the 3D model. * - * @property {Vec3} qmlPosition - A synonym for position for use by QML. This is deprecated. + * @property {Vec3} qmlPosition - A synonym for position for use by QML. + *

Deprecated: This property is deprecated and will be removed.

* * @property {Vec3} feetPosition - The position of the avatar's feet. * @property {boolean} shouldRenderLocally=true - If true then your avatar is rendered for you in Interface,