diff options
| author | Dave Parks <davep@lindenlab.com> | 2022-11-29 10:50:25 -0600 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2022-11-29 10:50:25 -0600 |
| commit | e46323b0b9fea77522ee4637a82e2e86de15bb83 (patch) | |
| tree | ed4b97ad7c0fff929f6f0825ba2a3d971d2c0a93 /indra/newview/lldrawpoolbump.cpp | |
| parent | b5db671f7c28eb2a9f9974df1c34cf8c025fb8cc (diff) | |
SL-18682 WIP -- Clear BOOST_SELECTED as needed. GL 3.2 compatibility pass. Fix for stack underflow when reflection probes disabled.
Diffstat (limited to 'indra/newview/lldrawpoolbump.cpp')
| -rw-r--r-- | indra/newview/lldrawpoolbump.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolbump.cpp b/indra/newview/lldrawpoolbump.cpp index cd9ff0192e..684cf55b6b 100644 --- a/indra/newview/lldrawpoolbump.cpp +++ b/indra/newview/lldrawpoolbump.cpp @@ -535,7 +535,6 @@ void LLDrawPoolBump::endFullbrightShiny() if( cube_map ) { cube_map->disable(); - cube_map->restoreMatrix(); if (shader->mFeatures.hasReflectionProbes) { gPipeline.unbindReflectionProbes(*shader); |
