mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +02:00
Fix a typo
In jsdoc comments for getWorldFeetPosition() in Avatar.h
This commit is contained in:
parent
b590ff793a
commit
1aa9fcd41a
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ public:
|
|||
/**jsdoc
|
||||
* Get the position of the current avatar's feet (or rather, bottom of its collision capsule) in world coordinates.
|
||||
* @function MyAvatar.getWorldFeetPosition
|
||||
* @returns {Vec3} The position of the Avatar's feet in world coordinates.
|
||||
* @returns {Vec3} The position of the avatar's feet in world coordinates.
|
||||
*/
|
||||
Q_INVOKABLE glm::vec3 getWorldFeetPosition();
|
||||
|
||||
|
|
Loading…
Reference in a new issue