From 39edc21423259709e63c163a6b2e1a75128e6aad Mon Sep 17 00:00:00 2001 From: amantley Date: Tue, 26 Jun 2018 17:47:36 -0700 Subject: [PATCH] spaced comment fixed --- interface/src/avatar/AvatarManager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/src/avatar/AvatarManager.cpp b/interface/src/avatar/AvatarManager.cpp index 094a49fd44..e924f291b8 100644 --- a/interface/src/avatar/AvatarManager.cpp +++ b/interface/src/avatar/AvatarManager.cpp @@ -194,9 +194,9 @@ void AvatarManager::updateOtherAvatars(float deltaTime) { const auto avatar = std::static_pointer_cast(sortData.getAvatar()); const auto otherAvatar = std::static_pointer_cast(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()) { - //remove the orb if it is there + // remove the orb if it is there otherAvatar->removeOrb(); } else { otherAvatar->updateOrbPosition();