summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruslantproductengine <ruslantproductengine@lindenlab.com>2016-05-24 15:17:41 +0300
committerruslantproductengine <ruslantproductengine@lindenlab.com>2016-05-24 15:17:41 +0300
commit67f8d57927f845cfb35783a1678c0e3d2ad51b61 (patch)
tree404179e5b918dbfc9e6e4191bab01e63481b13f8
parentfb598cd380b38714abed554b8feacabfc55b2aaa (diff)
MAINT-6216 avatars are sometimes invisible
BUG-10330 Sitting avatars are sometimes invisible
-rw-r--r--indra/newview/llvoavatar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index 672d153e51..cdc7e20c2c 100644
--- a/indra/newview/llvoavatar.cpp
+++ b/indra/newview/llvoavatar.cpp
@@ -8145,6 +8145,7 @@ U32 LLVOAvatar::getPartitionType() const
//static
void LLVOAvatar::updateImpostors()
{
+ LLViewerCamera::sCurCameraID = LLViewerCamera::CAMERA_WORLD;
LLCharacter::sAllowInstancesChange = FALSE;
for (std::vector<LLCharacter*>::iterator iter = LLCharacter::sInstances.begin();