Buncha assorted changes

This commit is contained in:
Liru Færs
2019-11-24 00:32:58 -05:00
parent 1b913443ad
commit 84081286f0
3 changed files with 4 additions and 2 deletions

View File

@@ -1246,7 +1246,7 @@ void LLFloaterAvatarList::removeFocusFromAll()
// static
void LLFloaterAvatarList::setFocusAvatar(const LLUUID& id)
{
if (!gAgentCamera.lookAtObject(id, false) && !lookAtAvatar(id)) return;
if (/*!gAgentCamera.lookAtObject(id, false) &&*/ !lookAtAvatar(id)) return;
if (auto inst = getIfExists())
inst->setFocusAvatarInternal(id);
}