From 0dba9289203080fe420d3112a8c3f0a01a2450dd Mon Sep 17 00:00:00 2001 From: Drake Arconis Date: Tue, 30 Jun 2015 10:48:34 -0400 Subject: Fix impostors. --- indra/newview/pipeline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/pipeline.cpp') 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); } -- cgit v1.2.3