diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-07-22 15:06:08 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-07-22 15:06:08 -0400 |
commit | 75cfa9a0c3c15e3a472a4c4fd2462402a3a766a0 (patch) | |
tree | 2fef7dcd59fa9ff114b565545023f7451f328b45 /indra/newview/llvoavatar.cpp | |
parent | 842e5111ae2d0a83755ff902afa43dc84e45662b (diff) |
EXT-8051 FIXED Change cameraCustomizeAvatar calls to use gAvatarp->isUsingBakedTextures
Changed some uses of cameraCustomizeAvatar as appropriate.
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r-- | indra/newview/llvoavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 09a3b3b9ae..7079adbd14 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -6220,7 +6220,7 @@ void LLVOAvatar::updateMeshTextures() } } - const BOOL self_customizing = isSelf() && gAgentCamera.cameraCustomizeAvatar(); // During face edit mode, we don't use baked textures + const BOOL self_customizing = isSelf() && !gAgentAvatarp->isUsingBakedTextures(); // During face edit mode, we don't use baked textures const BOOL other_culled = !isSelf() && mCulled; LLLoadedCallbackEntry::source_callback_list_t* src_callback_list = NULL ; BOOL paused = FALSE; |