mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +02:00
Fix warnings
This commit is contained in:
parent
0676f25e31
commit
af2935187b
1 changed files with 1 additions and 7 deletions
|
@ -273,13 +273,7 @@ void AvatarManager::updateOtherAvatars(float deltaTime) {
|
|||
if (inView && avatar->hasNewJointData()) {
|
||||
numAvatarsUpdated++;
|
||||
}
|
||||
|
||||
|
||||
// smooth other avatars positions
|
||||
{
|
||||
auto status = avatar->_transit.update(deltaTime, avatar->_globalPosition, _transitConfig);
|
||||
}
|
||||
|
||||
avatar->_transit.update(deltaTime, avatar->_globalPosition, _transitConfig);
|
||||
avatar->simulate(deltaTime, inView);
|
||||
avatar->updateRenderItem(renderTransaction);
|
||||
avatar->updateSpaceProxy(workloadTransaction);
|
||||
|
|
Loading…
Reference in a new issue