summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.cpp
diff options
context:
space:
mode:
authorcallum <none@none>2009-11-09 15:51:44 -0800
committercallum <none@none>2009-11-09 15:51:44 -0800
commitf4a7de3bb5a837df43525ac936000fd67177ea42 (patch)
tree1db012ca3ed0122e75e373e59dce11b58f9c4007 /indra/newview/llvoavatar.cpp
parentb7d51146344cb2c50828cc4860cd61a90ee6e3c1 (diff)
parentdffbe3f2ee2f6141552a6aa507d8c6e7f5037c05 (diff)
Merge with tip
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r--indra/newview/llvoavatar.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index a6f20922d9..16bd74f798 100644
--- a/indra/newview/llvoavatar.cpp
+++ b/indra/newview/llvoavatar.cpp
@@ -5377,7 +5377,6 @@ void LLVOAvatar::updateSexDependentLayerSets( BOOL set_by_user )
invalidateComposite( mBakedTextureDatas[BAKED_HEAD].mTexLayerSet, set_by_user );
invalidateComposite( mBakedTextureDatas[BAKED_UPPER].mTexLayerSet, set_by_user );
invalidateComposite( mBakedTextureDatas[BAKED_LOWER].mTexLayerSet, set_by_user );
- updateMeshTextures();
}
//-----------------------------------------------------------------------------