diff options
| author | Dave Parks <davep@lindenlab.com> | 2013-10-11 17:10:26 -0500 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2013-10-11 17:10:26 -0500 |
| commit | 929311869b028bcb34ad94a84f1c844fcd108f40 (patch) | |
| tree | ab0170126de8f0aa74ec8c3805b2962b86a6d08e /indra/newview/lldrawpoolavatar.cpp | |
| parent | 0e116741a050ca1525a4faa2696b5c318d31bc06 (diff) | |
MAINT-2968 Transplant cleanup.
Diffstat (limited to 'indra/newview/lldrawpoolavatar.cpp')
| -rwxr-xr-x | indra/newview/lldrawpoolavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolavatar.cpp b/indra/newview/lldrawpoolavatar.cpp index ba8c449c3d..f622d5a63a 100755 --- a/indra/newview/lldrawpoolavatar.cpp +++ b/indra/newview/lldrawpoolavatar.cpp @@ -697,7 +697,7 @@ void LLDrawPoolAvatar::beginDeferredImpostor() specular_channel = sVertexProgram->enableTexture(LLViewerShaderMgr::SPECULAR_MAP); normal_channel = sVertexProgram->enableTexture(LLViewerShaderMgr::DEFERRED_NORMAL); sDiffuseChannel = sVertexProgram->enableTexture(LLViewerShaderMgr::DIFFUSE_MAP); - gPipeline.bindDeferredShader(*sVertexProgram); + sVertexProgram->bind(); sVertexProgram->setMinimumAlpha(0.01f); } |
