diff options
author | Graham Linden <graham@lindenlab.com> | 2013-07-16 06:26:02 -0700 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2013-07-16 06:26:02 -0700 |
commit | f0f30c976bba99842cf0451621e14c690ef3ceae (patch) | |
tree | 29a7df0b514b6b77eed5a8702921d6f8cd0c3f13 /indra | |
parent | d76e6e2337142e3e819fcf757f396b3089e97e71 (diff) |
NORSPEC-240 revert part of change causing regression in non-ALM rendering
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llvovolume.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index 8ed6a08aae..3d6c5398d5 100755 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -4604,7 +4604,7 @@ void LLVolumeGeometryManager::rebuildGeom(LLSpatialGroup* group) if (mode == LLMaterial::DIFFUSE_ALPHA_MODE_MASK && te->getColor().mV[3] >= 0.999f) { - pool->addRiggedFace(facep, fullbright ? LLDrawPoolAvatar::RIGGED_FULLBRIGHT_ALPHA_MASK : LLDrawPoolAvatar::RIGGED_ALPHA_MASK); + pool->addRiggedFace(facep, fullbright ? LLDrawPoolAvatar::RIGGED_FULLBRIGHT : LLDrawPoolAvatar::RIGGED_SIMPLE); } else if (is_alpha || (te->getColor().mV[3] < 0.999f)) { |