fix typo causing compile failure

This commit is contained in:
Andrew Meadows 2018-08-20 14:11:22 -07:00
parent 87223946ad
commit f5cae61b43

View file

@ -283,7 +283,7 @@ void AvatarManager::updateOtherAvatars(float deltaTime) {
}
if (_shouldRender) {
qApp->getMain3DScene()->enqueueTransaction(transaction);
qApp->getMain3DScene()->enqueueTransaction(renderTransaction);
}
if (!_spaceProxiesToDelete.empty() && _space) {