mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 18:42:58 +02:00
real fix
This commit is contained in:
parent
42d9045770
commit
c01077a0d7
1 changed files with 2 additions and 2 deletions
|
@ -233,8 +233,8 @@ void Agent::setIsAvatar(bool isAvatar) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_avatarBillboardTimer) {
|
if (_avatarBillboardTimer) {
|
||||||
_avatarIdentityTimer->stop();
|
_avatarBillboardTimer->stop();
|
||||||
delete _avatarIdentityTimer;
|
delete _avatarBillboardTimer;
|
||||||
_avatarBillboardTimer = nullptr;
|
_avatarBillboardTimer = nullptr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue