fix odd editor artifact

master
Oz Linden 2014-01-30 14:18:58 -05:00
parent 32880362fe
commit 9bb2bc6099
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}