summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2013-08-14 16:31:50 -0700
committerGraham Linden <graham@lindenlab.com>2013-08-14 16:31:50 -0700
commit8f4a481610f64fc37b00fae1c71f57ece3972d8f (patch)
treedf2e931fae61023e93682f3a18793bec2b3f5a50 /indra/newview
parent5fb214a37fd68cf6f9b33206a7952db3351e05b5 (diff)
NORSPEC-342 add simple pass type to things rendered for impostors to fix missing shoes/belts/handbags/cigarettecases/etc
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/pipeline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index 314a2ae295..bade7a9f52 100755
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -11262,7 +11262,7 @@ void LLPipeline::generateImpostor(LLVOAvatar* avatar)
LLPipeline::RENDER_TYPE_ALPHA_MASK,
LLPipeline::RENDER_TYPE_FULLBRIGHT_ALPHA_MASK,
LLPipeline::RENDER_TYPE_INVISIBLE,
- LLPipeline::RENDER_TYPE_ALPHA,
+ LLPipeline::RENDER_TYPE_SIMPLE,
END_RENDER_TYPES);
}