mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:01:09 +02:00
Rm myAvatar motion states on shutdown
This commit is contained in:
parent
9ff9682b2a
commit
4dacb04ee1
1 changed files with 1 additions and 4 deletions
|
@ -254,10 +254,7 @@ void AvatarManager::clearAllAvatars() {
|
||||||
|
|
||||||
QWriteLocker locker(&_hashLock);
|
QWriteLocker locker(&_hashLock);
|
||||||
|
|
||||||
_myAvatar->die();
|
handleRemovedAvatar(_myAvatar);
|
||||||
_myAvatar.reset();
|
|
||||||
|
|
||||||
_avatarHash.clear();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void AvatarManager::setLocalLights(const QVector<AvatarManager::LocalLight>& localLights) {
|
void AvatarManager::setLocalLights(const QVector<AvatarManager::LocalLight>& localLights) {
|
||||||
|
|
Loading…
Reference in a new issue