diff options
| -rw-r--r-- | indra/newview/pipeline.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index ce43982f35..cda9fcad9e 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -871,7 +871,7 @@ bool LLPipeline::allocateScreenBuffer(U32 resX, U32 resY, U32 samples)          if(RenderScreenSpaceReflections)          { -            mSceneMap.allocate(resX, resY, GL_RGB, true); +            mSceneMap.allocate(resX, resY, GL_RGBA16F, true);          }          else          { | 
