From c901a7136f17ffc0959d65c72c8c4df6d6e6aadd Mon Sep 17 00:00:00 2001 From: Shyotl Date: Tue, 23 Oct 2012 17:24:08 -0500 Subject: [PATCH] I freaking swear LL breaks hud attachment lighting in some way every few months. *Grumble* --- indra/newview/llvovolume.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 4025b9d59..2a18720d6 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -4321,7 +4321,7 @@ void LLVolumeGeometryManager::genDrawInfo(LLSpatialGroup* group, U32 mask, std:: } else if (facep->canRenderAsMask()) { - if (te->getFullbright() || LLPipeline::sNoAlpha) + if (te->getFullbright() || fullbright || LLPipeline::sNoAlpha) { registerFace(group, facep, LLRenderPass::PASS_FULLBRIGHT_ALPHA_MASK); }