mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 12:37:51 +02:00
fix typo causing compile failure
This commit is contained in:
parent
87223946ad
commit
f5cae61b43
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ void AvatarManager::updateOtherAvatars(float deltaTime) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_shouldRender) {
|
if (_shouldRender) {
|
||||||
qApp->getMain3DScene()->enqueueTransaction(transaction);
|
qApp->getMain3DScene()->enqueueTransaction(renderTransaction);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!_spaceProxiesToDelete.empty() && _space) {
|
if (!_spaceProxiesToDelete.empty() && _space) {
|
||||||
|
|
Loading…
Reference in a new issue