diff options
author | Drake Arconis <drake@alchemyviewer.org> | 2015-06-30 10:48:34 -0400 |
---|---|---|
committer | Drake Arconis <drake@alchemyviewer.org> | 2015-06-30 10:48:34 -0400 |
commit | 0dba9289203080fe420d3112a8c3f0a01a2450dd (patch) | |
tree | eaf01a104cbea55d1417d1e1586082da87941185 /indra/newview/pipeline.cpp | |
parent | 1cfa126279f06bf4de7b78af0a2ab09a5a3a9759 (diff) |
Fix impostors.
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rwxr-xr-x | indra/newview/pipeline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 6aae95967a..4365c28a5e 100755 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -11542,7 +11542,7 @@ void LLPipeline::generateImpostor(LLVOAvatar* avatar) LLGLDisable blend(GL_BLEND); - if (too_complex) + if (visually_muted || too_complex) { gGL.setColorMask(true, true); } |