diff options
author | Oz Linden <oz@lindenlab.com> | 2014-01-30 14:18:58 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-01-30 14:18:58 -0500 |
commit | 9bb2bc6099c37a1d3efb4f1400a1a42750f85bac (patch) | |
tree | b5092760fac6ead61c417341c5c278f3c846a916 /indra/newview/lldrawpoolavatar.cpp | |
parent | 32880362fe0f0a76028a7b436772a7a97e4fb81b (diff) |
fix odd editor artifact
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 906b7b2809..24f467f954 100755 --- a/indra/newview/lldrawpoolavatar.cpp +++ b/indra/newview/lldrawpoolavatar.cpp @@ -698,7 +698,7 @@ void LLDrawPoolAvatar::beginDeferredImpostor() specular_channel = sVertexProgram->enableTexture(LLViewerShaderMgr::SPECULAR_MAP); normal_channel = sVertexProgram->enableTexture(LLViewerShaderMgr::DEFERRED_NORMAL); sDiffuseChannel = sVertexProgram->enableTexture(LLViewerShaderMgr::DIFFUSE_MAP); - U1573sVertexProgram->bind(); + sVertexProgram->bind(); sVertexProgram->setMinimumAlpha(0.01f); } |