diff options
author | Dave Houlton <euclid@lindenlab.com> | 2021-11-30 12:06:23 -0700 |
---|---|---|
committer | Dave Houlton <euclid@lindenlab.com> | 2021-11-30 17:04:35 -0700 |
commit | fab60f242ef7e3aac299c8373f486cb9fa92494c (patch) | |
tree | dd5c2beb6753712ef6b47342501db6aa95e83bc3 /indra/newview/lldrawpoolbump.cpp | |
parent | 3d1901dd4c6e549ec78bef6cea8682d12946c063 (diff) |
SL-16386 purge no-op fxn LLTexUnit::setTextureAlphaBlend()
Diffstat (limited to 'indra/newview/lldrawpoolbump.cpp')
-rw-r--r-- | indra/newview/lldrawpoolbump.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/lldrawpoolbump.cpp b/indra/newview/lldrawpoolbump.cpp index 6fd6fc06c6..cd4aada822 100644 --- a/indra/newview/lldrawpoolbump.cpp +++ b/indra/newview/lldrawpoolbump.cpp @@ -402,8 +402,6 @@ void LLDrawPoolBump::bindCubeMap(LLGLSLShader* shader, S32 shader_level, S32& di gGL.getTexUnit(0)->disable(); cube_map->enable(0); gGL.getTexUnit(0)->bind(cube_map); - - gGL.getTexUnit(0)->setTextureAlphaBlend(LLTexUnit::TBO_REPLACE, LLTexUnit::TBS_VERT_ALPHA); } } } |