diff options
| author | Dave Parks <davep@lindenlab.com> | 2013-06-05 17:35:19 -0500 | 
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2013-06-05 17:35:19 -0500 | 
| commit | 9bcae4a4e6182583e30756b2ae4955d33265399f (patch) | |
| tree | d3535cd45ec1db570c6e07749e1ef122010c5433 /indra | |
| parent | c38204f5e0a9130f0d4d4bfc997da107fd1017ce (diff) | |
| parent | 9c7c1efe003fffed6fddc29608d3c0f07cd18c9c (diff) | |
Automated merge with https://bitbucket.org/lindenlab/viewer-development-materials
Diffstat (limited to 'indra')
| -rwxr-xr-x | indra/newview/lldrawpoolsimple.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/indra/newview/lldrawpoolsimple.cpp b/indra/newview/lldrawpoolsimple.cpp index 3221369fa0..2cf9d833c6 100755 --- a/indra/newview/lldrawpoolsimple.cpp +++ b/indra/newview/lldrawpoolsimple.cpp @@ -294,6 +294,7 @@ void LLDrawPoolAlphaMask::render(S32 pass)  	}  	else  	{ +		LLGLEnable test(GL_ALPHA_TEST);  		pushMaskBatches(LLRenderPass::PASS_ALPHA_MASK, getVertexDataMask(), TRUE, FALSE);  		gGL.setAlphaRejectSettings(LLRender::CF_DEFAULT); //OK  	} @@ -370,6 +371,7 @@ void LLDrawPoolFullbrightAlphaMask::render(S32 pass)  	}  	else  	{ +		LLGLEnable test(GL_ALPHA_TEST);  		gPipeline.enableLightsFullbright(LLColor4(1,1,1,1));  		pushMaskBatches(LLRenderPass::PASS_FULLBRIGHT_ALPHA_MASK, getVertexDataMask(), TRUE, FALSE);  		gPipeline.enableLightsDynamic(); | 
