diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-10-11 22:34:00 +0300 |
|---|---|---|
| committer | akleshchev <117672381+akleshchev@users.noreply.github.com> | 2023-10-12 18:53:57 +0300 |
| commit | cebbdf2d129c0c039385125454d9198f42e7e596 (patch) | |
| tree | 1ec21d09f486cdd3821b70f1ffd72642d0bcfe11 /indra/newview/llstartup.cpp | |
| parent | 067f3790daf9d03772431e534bd07c1b74cce2c2 (diff) | |
SL-20436 New accounts that select outfit in web fail to download clothing
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 ad87fca25b..b7b57c67ea 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -2877,8 +2877,7 @@ void LLStartUp::loadInitialOutfit( const std::string& outfit_folder_name, // Need to fetch cof contents before we can wear. if (do_copy) { - callAfterCategoryFetch(LLAppearanceMgr::instance().getCOF(), - boost::bind(&LLAppearanceMgr::wearInventoryCategory, LLAppearanceMgr::getInstance(), cat, do_copy, do_append)); + callAfterCOFFetch(boost::bind(&LLAppearanceMgr::wearInventoryCategory, LLAppearanceMgr::getInstance(), cat, do_copy, do_append)); } else { |
