diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2022-09-02 19:56:35 +0100 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2022-09-02 19:56:35 +0100 |
| commit | 852d552ca205506bba3dcd5a31a012f1acdf1cc4 (patch) | |
| tree | bc4e2776dec44c7b7271cc5ad4b460fa29b100db /indra/newview/llreflectionmapmanager.cpp | |
| parent | 3c3442cbbc38beff1ab82ffcc7f81390c7979361 (diff) | |
| parent | bded34a8615a2adceb2eda2f2d85501a70990efe (diff) | |
Merge branch 'DRTVWR-559' of https://bitbucket.org/lindenlab/viewer into DRTVWR-559
Diffstat (limited to 'indra/newview/llreflectionmapmanager.cpp')
| -rw-r--r-- | indra/newview/llreflectionmapmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llreflectionmapmanager.cpp b/indra/newview/llreflectionmapmanager.cpp index d349b7e024..677e920031 100644 --- a/indra/newview/llreflectionmapmanager.cpp +++ b/indra/newview/llreflectionmapmanager.cpp @@ -80,7 +80,7 @@ void LLReflectionMapManager::update() if (!mRenderTarget.isComplete()) { - U32 color_fmt = GL_RGBA; + U32 color_fmt = GL_SRGB8_ALPHA8; const bool use_depth_buffer = true; const bool use_stencil_buffer = true; U32 targetRes = LL_REFLECTION_PROBE_RESOLUTION * 2; // super sample |
