From cf50bcb71b86b35a10cfdba4e6e0ceb1a1b6632b Mon Sep 17 00:00:00 2001 From: Penguin-Guru Date: Wed, 24 Nov 2021 17:55:55 -0800 Subject: [PATCH] Marked qmlPosition as deprecated. --- interface/src/avatar/MyAvatar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/avatar/MyAvatar.h b/interface/src/avatar/MyAvatar.h index 3fceae534f..88c2ea3f9c 100644 --- a/interface/src/avatar/MyAvatar.h +++ b/interface/src/avatar/MyAvatar.h @@ -170,7 +170,7 @@ 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. + * @property {Vec3} qmlPosition - A synonym for position for use by QML. This is deprecated. * * @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,