summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2013-04-22 13:59:25 -0500
committerDave Parks <davep@lindenlab.com>2013-04-22 13:59:25 -0500
commit3d7c1000625af4089476d14d1a8110842a23a104 (patch)
treed8e98d889bc0a00bf8225e345163f757919e562a /indra/newview/pipeline.cpp
parent6881b01ea9f652507cb5dfc5da70458ca80c6d52 (diff)
NORSPEC-141 Back out a change that seems to cause shadow artifacts on rigged attachments.
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r--indra/newview/pipeline.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index ca5adc6180..a2f57c5720 100644
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -10040,7 +10040,6 @@ void LLPipeline::generateSunShadow(LLCamera& camera)
{
static LLCullResult result[4];
- //LLGLEnable enable(GL_DEPTH_CLAMP_NV);
renderShadow(view[j], proj[j], shadow_cam, result[j], TRUE, TRUE, target_width);
}