diff options
author | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2016-05-24 15:17:41 +0300 |
---|---|---|
committer | ruslantproductengine <ruslantproductengine@lindenlab.com> | 2016-05-24 15:17:41 +0300 |
commit | 67f8d57927f845cfb35783a1678c0e3d2ad51b61 (patch) | |
tree | 404179e5b918dbfc9e6e4191bab01e63481b13f8 /indra/newview | |
parent | fb598cd380b38714abed554b8feacabfc55b2aaa (diff) |
MAINT-6216 avatars are sometimes invisible
BUG-10330 Sitting avatars are sometimes invisible
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llvoavatar.cpp | 1 |
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(); |