diff options
| author | Graham Linden <graham@lindenlab.com> | 2013-08-07 08:42:35 -0700 |
|---|---|---|
| committer | Graham Linden <graham@lindenlab.com> | 2013-08-07 08:42:35 -0700 |
| commit | bfe2377a9a3061094e3c1fa10bb0afed06cac709 (patch) | |
| tree | 7f90f7b15ee3314ec044c471b7333060f7e43b80 /indra/newview/lldrawpoolalpha.cpp | |
| parent | 83fa549b56826f55f0f30244dbceda77a8a5dbfe (diff) | |
NORSPEC-342 WIP fix issues with skimpy clothes getting too skimpy in impostors
Diffstat (limited to 'indra/newview/lldrawpoolalpha.cpp')
| -rwxr-xr-x | indra/newview/lldrawpoolalpha.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolalpha.cpp b/indra/newview/lldrawpoolalpha.cpp index 60e22c08dc..8b2cbb1b9d 100755 --- a/indra/newview/lldrawpoolalpha.cpp +++ b/indra/newview/lldrawpoolalpha.cpp @@ -228,7 +228,7 @@ void LLDrawPoolAlpha::render(S32 pass) || (deferred_render && pass == 1) // we want depth written so that rendered alpha will // contribute to the alpha mask used for impostors - || LLPipeline::sImpostorRender; + || LLPipeline::sImpostorRenderAlphaDepthPass; LLGLDepthTest depth(GL_TRUE, write_depth ? GL_TRUE : GL_FALSE); |
