diff options
author | Dave Parks <davep@lindenlab.com> | 2011-11-21 16:00:52 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-11-21 16:00:52 -0600 |
commit | 08f364bfc9aaeb771145d660287427c41b1dc0bf (patch) | |
tree | f818af730ea8a4d305e4710fb3e5a5420b18544c /indra/newview/llvovolume.cpp | |
parent | 5c690db63ff118b6bc66fe1607624a59f4162b30 (diff) |
SH-2708 Fix for broken shadows on alpha objects
Diffstat (limited to 'indra/newview/llvovolume.cpp')
-rw-r--r-- | indra/newview/llvovolume.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index baab191cb6..3d013f286c 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -4896,11 +4896,6 @@ void LLVolumeGeometryManager::genDrawInfo(LLSpatialGroup* group, U32 mask, std:: { registerFace(group, facep, LLRenderPass::PASS_ALPHA); } - - if (LLPipeline::sRenderDeferred) - { - registerFace(group, facep, LLRenderPass::PASS_ALPHA_SHADOW); - } } else if (gPipeline.canUseVertexShaders() && group->mSpatialPartition->mPartitionType != LLViewerRegion::PARTITION_HUD |