mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +02:00
spaced comment fixed
This commit is contained in:
parent
8b13905d6c
commit
39edc21423
1 changed files with 2 additions and 2 deletions
|
@ -194,9 +194,9 @@ void AvatarManager::updateOtherAvatars(float deltaTime) {
|
||||||
const auto avatar = std::static_pointer_cast<Avatar>(sortData.getAvatar());
|
const auto avatar = std::static_pointer_cast<Avatar>(sortData.getAvatar());
|
||||||
const auto otherAvatar = std::static_pointer_cast<OtherAvatar>(sortData.getAvatar());
|
const auto otherAvatar = std::static_pointer_cast<OtherAvatar>(sortData.getAvatar());
|
||||||
|
|
||||||
//if the geometry is loaded then turn off the orb
|
// if the geometry is loaded then turn off the orb
|
||||||
if (avatar->getSkeletonModel()->isLoaded()) {
|
if (avatar->getSkeletonModel()->isLoaded()) {
|
||||||
//remove the orb if it is there
|
// remove the orb if it is there
|
||||||
otherAvatar->removeOrb();
|
otherAvatar->removeOrb();
|
||||||
} else {
|
} else {
|
||||||
otherAvatar->updateOrbPosition();
|
otherAvatar->updateOrbPosition();
|
||||||
|
|
Loading…
Reference in a new issue