summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2013-06-13 15:58:20 -0700
committerGraham Linden <graham@lindenlab.com>2013-06-13 15:58:20 -0700
commit8d35d9ee2f2942a5b5a298ae534946a862bb1ba8 (patch)
tree6ac194961978d198147e97247a02d6e65576799f /indra
parent8c41ff72ac48a694d64643c8db4af678204f8a7f (diff)
NORSPEC-250 speculative stab in the dark
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/pipeline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp
index 94152e4afe..3255f5821f 100755
--- a/indra/newview/pipeline.cpp
+++ b/indra/newview/pipeline.cpp
@@ -1190,7 +1190,7 @@ void LLPipeline::releaseLUTBuffers()
{
if (mLightFunc)
{
- LLImageGL::deleteTextures(LLTexUnit::TT_TEXTURE, GL_R8, 0, 1, &mLightFunc);
+ LLImageGL::deleteTextures(LLTexUnit::TT_TEXTURE, GL_R16F, 0, 1, &mLightFunc);
mLightFunc = 0;
}
}