summaryrefslogtreecommitdiff
path: root/indra/llappearanceutility/llprocesstexture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llappearanceutility/llprocesstexture.cpp')
-rw-r--r--indra/llappearanceutility/llprocesstexture.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llappearanceutility/llprocesstexture.cpp b/indra/llappearanceutility/llprocesstexture.cpp
index 91ceedc8f6..527a6822f2 100644
--- a/indra/llappearanceutility/llprocesstexture.cpp
+++ b/indra/llappearanceutility/llprocesstexture.cpp
@@ -253,7 +253,6 @@ void LLProcessTexture::process(std::ostream& output)
// Prepare gl for avatar baking
glClearColor(0.0f, 0.0f, 0.0f, 0.0f);
- LLGLEnable color_mat(GL_COLOR_MATERIAL);
gGL.setSceneBlendType(LLRender::BT_ALPHA);
EBakedTextureIndex bake_type = LLAvatarAppearance::getDictionary()->findBakedByImageName(mInputData["slot_id"].asString());