Merge pull request #13835 from AndrewMeadows/less-avatar-flicker

fix for vanishing other avatars
This commit is contained in:
John Conklin II 2018-08-17 09:06:50 -07:00 committed by GitHub
commit aa6ed008e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -277,6 +277,9 @@ void AvatarManager::updateOtherAvatars(float deltaTime) {
sortedAvatars.pop();
}
if (_shouldRender) {
qApp->getMain3DScene()->enqueueTransaction(transaction);
}
_numAvatarsUpdated = numAvatarsUpdated;
_numAvatarsNotUpdated = numAVatarsNotUpdated;