From 7ba10207a4f4e37f26100510778bb3929e9a8c45 Mon Sep 17 00:00:00 2001 From: Shyotl Date: Wed, 18 May 2011 20:19:09 -0500 Subject: [PATCH] Belly physics shouldn't have been set to female-only. Eups. --- indra/newview/llfloatercustomize.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/indra/newview/llfloatercustomize.cpp b/indra/newview/llfloatercustomize.cpp index 3d1413c60..6c45fa22b 100644 --- a/indra/newview/llfloatercustomize.cpp +++ b/indra/newview/llfloatercustomize.cpp @@ -2497,7 +2497,6 @@ void LLFloaterCustomize::initWearablePanels() panel->addSubpart("Breast Sway", SUBPART_PHYSICS_BREASTS_LEFTRIGHT, part); part = new LLSubpart(); - part->mSex = SEX_FEMALE; part->mTargetJoint = "mTorso"; part->mEditGroup = "physics_belly_updown"; part->mTargetOffset.setVec(0.f, 0.f, -.05f);