mirror of
https://github.com/JulianGro/overte.git
synced 2025-05-07 08:20:13 +02:00
Merge pull request #12582 from thoys/fix/JSDOCtypo
fix JSDOC typo rule -> role
This commit is contained in:
commit
9595049e01
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ public:
|
||||||
* restoreRoleAnimation() is used to restore a specified animation role's default animation clip. If you have not specified an override animation
|
* restoreRoleAnimation() is used to restore a specified animation role's default animation clip. If you have not specified an override animation
|
||||||
* for the specified role, this function will have no effect.
|
* for the specified role, this function will have no effect.
|
||||||
* @function MyAvatar.restoreRoleAnimation
|
* @function MyAvatar.restoreRoleAnimation
|
||||||
* @param rule {string} The animation role clip to restore
|
* @param role {string} The animation role clip to restore
|
||||||
*/
|
*/
|
||||||
Q_INVOKABLE void restoreRoleAnimation(const QString& role);
|
Q_INVOKABLE void restoreRoleAnimation(const QString& role);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue