mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-14 08:16:03 +02:00
Apply suggestion from code review: fix JSDoc comment.
This commit is contained in:
parent
5d1bd5cc19
commit
9f84b8384e
1 changed files with 1 additions and 2 deletions
|
@ -5257,8 +5257,7 @@ MyAvatar::SitStandModelType MyAvatar::getUserRecenterModel() const {
|
|||
|
||||
// Deprecated, will be removed.
|
||||
bool MyAvatar::getIsSitStandStateLocked() const {
|
||||
qCDebug(interfaceapp) << "MyAvatar.getIsSitStandStateLocked is deprecated and will be removed. If you need it, please "
|
||||
"contact the developers. See also: MyAvatar.getUserRecenterModel.";
|
||||
qCDebug(interfaceapp) << "MyAvatar.getIsSitStandStateLocked is deprecated and will be removed.";
|
||||
|
||||
// In the old code, the record of the user's sit/stand state was locked except when using
|
||||
// SitStandModelType::Auto or SitStandModelType::DisableHMDLean.
|
||||
|
|
Loading…
Reference in a new issue