mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +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) {
|
||||
_avatarIdentityTimer->stop();
|
||||
delete _avatarIdentityTimer;
|
||||
_avatarBillboardTimer->stop();
|
||||
delete _avatarBillboardTimer;
|
||||
_avatarBillboardTimer = nullptr;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue