summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2013-03-27 22:01:56 -0500
committerDave Parks <davep@lindenlab.com>2013-03-27 22:01:56 -0500
commit74b5bfb98f0496a8e1519c4732bb5942e6fcc78a (patch)
tree8963d2db094d4fb349a31364b907087a48b4bddf /indra/newview/pipeline.cpp
parentf0c2f99c25a4d73dac75203db881aaebaeeb25f6 (diff)
parent4f8827d2a8fc37f88d271be20f8fa03b14ec5732 (diff)
Automated merge with https://bitbucket.org/lindenlab/davep-materials
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r--indra/newview/pipeline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index d8f7f8350a..c5fedab8c0 100644
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -399,7 +399,7 @@ void validate_framebuffer_object();
bool addDeferredAttachments(LLRenderTarget& target)
{
return target.addColorAttachment(GL_RGBA) && //specular
- target.addColorAttachment(GL_RGB10_A2); //normal+z
+ target.addColorAttachment(GL_RGBA); //normal+z
}
LLPipeline::LLPipeline() :