spaced comment fixed

This commit is contained in:
amantley 2018-06-26 17:47:36 -07:00
parent 8b13905d6c
commit 39edc21423

View file

@ -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();