diff options
| author | Aimee Linden <aimee@lindenlab.com> | 2010-06-15 14:57:16 +0100 |
|---|---|---|
| committer | Aimee Linden <aimee@lindenlab.com> | 2010-06-15 14:57:16 +0100 |
| commit | 0b523e402720493cd19a2fa08f8cffceea01eadf (patch) | |
| tree | dc5137535761f87729932ed1de2ec33273b43b32 /indra/newview/llstartup.cpp | |
| parent | d5ddb91a6809540cdb407cd48eff32b2c595d5db (diff) | |
| parent | fce2653f6b5e8ca3509d13e3449b1fdd2f5ff826 (diff) | |
Merge
Diffstat (limited to 'indra/newview/llstartup.cpp')
| -rw-r--r-- | indra/newview/llstartup.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 9bfcceab2f..df5be34e39 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -2494,8 +2494,7 @@ void LLStartUp::saveInitialOutfit() { sWearablesLoadedCon.disconnect(); } - - LLAppearanceMgr::getInstance()->makeNewOutfitLinks(sInitialOutfit); + LLAppearanceMgr::getInstance()->makeNewOutfitLinks(sInitialOutfit,false); } std::string& LLStartUp::getInitialOutfitName() |
