diff options
author | Loren Shih <seraph@lindenlab.com> | 2011-03-18 18:06:10 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2011-03-18 18:06:10 -0400 |
commit | f2b65e07d0446e8db43b588a3c9e7fa93b7bcebe (patch) | |
tree | 3e7cb3cec92ec13dd616b2d5f40cdfed91d7c427 /indra/newview/llpolymesh.cpp | |
parent | 53a944f2859d07eceed2a01a6b4f7339c0c591d9 (diff) |
Took out unnecessary Butt Physics parameter.
Diffstat (limited to 'indra/newview/llpolymesh.cpp')
-rw-r--r-- | indra/newview/llpolymesh.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpolymesh.cpp b/indra/newview/llpolymesh.cpp index b145b65bac..f287202ff1 100644 --- a/indra/newview/llpolymesh.cpp +++ b/indra/newview/llpolymesh.cpp @@ -651,7 +651,7 @@ BOOL LLPolyMeshSharedData::loadMesh( const std::string& fileName ) if (!strcmp(morphName, "Small_Butt")) { LLPolyMorphData* cloned_morph_data = new LLPolyMorphData(*morph_data); - cloned_morph_data->mName = std::string("Butt_Physics_UpDown_Driven"); + cloned_morph_data->mName = std::string("Butt_Physics_UpDown_Controller"); for (U32 v=0; v < cloned_morph_data->mNumIndices; v++) { cloned_morph_data->mCoords[v][0] = 0; |