diff options
author | Aaron Stone <stone@lindenlab.com> | 2011-10-12 17:36:03 -0700 |
---|---|---|
committer | Aaron Stone <stone@lindenlab.com> | 2011-10-12 17:36:03 -0700 |
commit | cddc9e58dd543b772e14557343e5b2a4ac3c68f6 (patch) | |
tree | 626ab20a2d4811bed4319fcbaf26fa98395809ea /indra/newview/llagentwearables.cpp | |
parent | 0d6a14a32c2f0896c2965030560db54d8c7f2570 (diff) |
EXP-625 Speed up initial outfit copy and avatar bake by moving initial gesture copy to LLAppearangeMgr::onFirstFullyVisible().
Diffstat (limited to 'indra/newview/llagentwearables.cpp')
-rw-r--r-- | indra/newview/llagentwearables.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp index b9125ec8d3..729eb92e94 100644 --- a/indra/newview/llagentwearables.cpp +++ b/indra/newview/llagentwearables.cpp @@ -1168,15 +1168,12 @@ private: std::vector<LLWearable*> mWearablesAwaitingItems; }; -void LLAgentWearables::createStandardWearables(BOOL female) +void LLAgentWearables::createStandardWearables() { - llwarns << "Creating Standard " << (female ? "female" : "male") - << " Wearables" << llendl; + llwarns << "Creating standard wearables" << llendl; if (!isAgentAvatarValid()) return; - gAgentAvatarp->setSex(female ? SEX_FEMALE : SEX_MALE); - const BOOL create[LLWearableType::WT_COUNT] = { TRUE, //LLWearableType::WT_SHAPE |