I freaking swear LL breaks hud attachment lighting in some way every few months. *Grumble*

This commit is contained in:
Shyotl
2012-10-23 17:24:08 -05:00
parent a5ef61ac82
commit c901a7136f

View File

@@ -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);
}