mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 02:56:50 +02:00
added default to case statement
This commit is contained in:
parent
e693275b10
commit
eb3db9a571
1 changed files with 2 additions and 0 deletions
|
@ -3970,6 +3970,8 @@ void MyAvatar::setUserRecenterModel(MyAvatar::SitStandModelType modelName) {
|
||||||
setIsInSittingState(false);
|
setIsInSittingState(false);
|
||||||
setIsSitStandStateLocked(false);
|
setIsSitStandStateLocked(false);
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
emit userRecenterModelChanged((int)modelName);
|
emit userRecenterModelChanged((int)modelName);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue