mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 13:23:06 +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) {
|
||||
qApp->getMain3DScene()->enqueueTransaction(transaction);
|
||||
qApp->getMain3DScene()->enqueueTransaction(renderTransaction);
|
||||
}
|
||||
|
||||
if (!_spaceProxiesToDelete.empty() && _space) {
|
||||
|
|
Loading…
Reference in a new issue