diff options
author | Dave Parks <davep@lindenlab.com> | 2011-06-08 20:44:59 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-06-08 20:44:59 -0500 |
commit | 6d953e60b74538aa26b7bfe4ceeee44ac7eefead (patch) | |
tree | fe9a7b68cb9b5bb9dde3e3035f37e77e303b6994 /indra/newview/lldrawpoolavatar.cpp | |
parent | 66fdaf51350734d4d69ebcea548165decbb6526a (diff) | |
parent | 875ce844af0f16c08726445353a6efc25710aef3 (diff) |
merge
Diffstat (limited to 'indra/newview/lldrawpoolavatar.cpp')
-rw-r--r-- | indra/newview/lldrawpoolavatar.cpp | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/indra/newview/lldrawpoolavatar.cpp b/indra/newview/lldrawpoolavatar.cpp index 870aec4eff..9f790d03fe 100644 --- a/indra/newview/lldrawpoolavatar.cpp +++ b/indra/newview/lldrawpoolavatar.cpp @@ -459,14 +459,6 @@ S32 LLDrawPoolAvatar::getNumPasses() { return 10; } - if (LLPipeline::sImpostorRender) - { - return 1; - } - else - { - return 3; - } } @@ -1419,7 +1411,7 @@ void LLDrawPoolAvatar::updateRiggedFaceVertexBuffer(LLVOAvatar* avatar, LLFace* void LLDrawPoolAvatar::renderRigged(LLVOAvatar* avatar, U32 type, bool glow) { - if (avatar->isSelf() && !gAgent.needsRenderAvatar()) + if (avatar->isSelf() && !gAgent.needsRenderAvatar() || !gMeshRepo.meshRezEnabled()) { return; } |