diff options
| -rw-r--r-- | indra/newview/lldrawpoolbump.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/lldrawpoolbump.cpp b/indra/newview/lldrawpoolbump.cpp index 774ca2e8e7..7b9fb2b34b 100644 --- a/indra/newview/lldrawpoolbump.cpp +++ b/indra/newview/lldrawpoolbump.cpp @@ -786,7 +786,7 @@ void LLDrawPoolBump::endBump(U32 pass)  	{  		// Disable texture blending on unit 1  		gGL.getTexUnit(1)->activate(); -		//gGL.getTexUnit(1)->disable(); +		gGL.getTexUnit(1)->disable();  		gGL.getTexUnit(1)->setTextureBlendType(LLTexUnit::TB_MULT);  		// Disable texture blending on unit 0 | 
