summaryrefslogtreecommitdiff
path: root/indra/newview/llpolymesh.cpp
diff options
context:
space:
mode:
authorSeraph Linden <none@none>2011-04-03 18:09:38 -0400
committerSeraph Linden <none@none>2011-04-03 18:09:38 -0400
commit01c236df47c2bc48af26e96d2a7bde8d32cf3514 (patch)
tree60a5d9e6591574fa08ffc0a45c939c986f077287 /indra/newview/llpolymesh.cpp
parent05e23c39f731ed50663d3dd3f8fa442d95161241 (diff)
Fix for butt gravity direction.
Added more displacement range for butt leftright.
Diffstat (limited to 'indra/newview/llpolymesh.cpp')
-rw-r--r--indra/newview/llpolymesh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpolymesh.cpp b/indra/newview/llpolymesh.cpp
index 7a2ecffb34..f0910d404a 100644
--- a/indra/newview/llpolymesh.cpp
+++ b/indra/newview/llpolymesh.cpp
@@ -647,7 +647,7 @@ BOOL LLPolyMeshSharedData::loadMesh( const std::string& fileName )
if (!strcmp(morphName, "Small_Butt"))
{
mMorphData.insert(clone_morph_param(morph_data,
- LLVector3(0,0.02f,0),
+ LLVector3(0,0.03f,0),
"Butt_Physics_LeftRight_Driven"));
}
}