mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
removed leftover triggers
This commit is contained in:
parent
0d39343be4
commit
9bc92cb2a3
2 changed files with 1 additions and 26 deletions
|
@ -3961,6 +3961,7 @@ void MyAvatar::setUserRecenterModel(MyAvatar::SitStandModelType modelName) {
|
|||
setIsSitStandStateLocked(true);
|
||||
break;
|
||||
case MyAvatar::SitStandModelType::Auto:
|
||||
default:
|
||||
setHMDLeanRecenterEnabled(true);
|
||||
setIsInSittingState(false);
|
||||
setIsSitStandStateLocked(false);
|
||||
|
@ -3970,10 +3971,7 @@ void MyAvatar::setUserRecenterModel(MyAvatar::SitStandModelType modelName) {
|
|||
setIsInSittingState(false);
|
||||
setIsSitStandStateLocked(false);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
emit userRecenterModelChanged((int)modelName);
|
||||
}
|
||||
|
||||
void MyAvatar::setIsSitStandStateLocked(bool isLocked) {
|
||||
|
|
|
@ -1555,29 +1555,6 @@ signals:
|
|||
*/
|
||||
void disableHandTouchForIDChanged(const QUuid& entityID, bool disable);
|
||||
|
||||
/**jsdoc
|
||||
* Triggered when the sit state is enabled or disabled
|
||||
* @function MyAvatar.sittingEnabledChanged
|
||||
* @param {boolean} enabled
|
||||
* @returns {Signal}
|
||||
*/
|
||||
void sittingEnabledChanged(bool enabled);
|
||||
|
||||
/**jsdoc
|
||||
* Triggered when the recenter model is changed
|
||||
* @function MyAvatar.userRecenterModelChanged
|
||||
* @param {int} userRecenteringModeltype
|
||||
* @returns {Signal}
|
||||
*/
|
||||
void userRecenterModelChanged(int modelName);
|
||||
|
||||
/**jsdoc
|
||||
* Triggered when the sit state is enabled or disabled
|
||||
* @function MyAvatar.sitStandStateLockEnabledChanged
|
||||
* @param {boolean} enabled
|
||||
* @returns {Signal}
|
||||
*/
|
||||
void sitStandStateLockEnabledChanged(bool enabled);
|
||||
|
||||
private slots:
|
||||
void leaveDomain();
|
||||
|
|
Loading…
Reference in a new issue