summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2014-01-30 14:18:58 -0500
committerOz Linden <oz@lindenlab.com>2014-01-30 14:18:58 -0500
commit9bb2bc6099c37a1d3efb4f1400a1a42750f85bac (patch)
treeb5092760fac6ead61c417341c5c278f3c846a916
parent32880362fe0f0a76028a7b436772a7a97e4fb81b (diff)
fix odd editor artifact
-rwxr-xr-xindra/newview/lldrawpoolavatar.cpp2
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);
}