mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 14:47:19 +02:00
don't forget to use enqueue the Transaction
This commit is contained in:
parent
0c0ecd18c9
commit
90429f07cb
1 changed files with 3 additions and 0 deletions
|
@ -277,6 +277,9 @@ void AvatarManager::updateOtherAvatars(float deltaTime) {
|
|||
sortedAvatars.pop();
|
||||
}
|
||||
|
||||
if (_shouldRender) {
|
||||
qApp->getMain3DScene()->enqueueTransaction(transaction);
|
||||
}
|
||||
_numAvatarsUpdated = numAvatarsUpdated;
|
||||
_numAvatarsNotUpdated = numAVatarsNotUpdated;
|
||||
|
||||
|
|
Loading…
Reference in a new issue