diff options
Diffstat (limited to 'linden/indra')
-rw-r--r-- | linden/indra/newview/llvoavatar.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/llvoavatar.cpp b/linden/indra/newview/llvoavatar.cpp index 327cd57..d41f72e 100644 --- a/linden/indra/newview/llvoavatar.cpp +++ b/linden/indra/newview/llvoavatar.cpp | |||
@@ -5716,7 +5716,9 @@ BOOL LLVOAvatar::loadMeshNodes() | |||
5716 | 5716 | ||
5717 | // llinfos << "Parsing mesh data for " << type << "..." << llendl; | 5717 | // llinfos << "Parsing mesh data for " << type << "..." << llendl; |
5718 | 5718 | ||
5719 | mesh->setColor( 0.8f, 0.8f, 0.8f, 1.0f ); | 5719 | // If this isn't set to white (1.0), avatars will *ALWAYS* be darker than their surroundings. |
5720 | // Do not touch!!! | ||
5721 | mesh->setColor( 1.0f, 1.0f, 1.0f, 1.0f ); | ||
5720 | 5722 | ||
5721 | LLPolyMesh *poly_mesh = NULL; | 5723 | LLPolyMesh *poly_mesh = NULL; |
5722 | 5724 | ||