diff options
author | Nyx Linden <nyx@lindenlab.com> | 2013-03-13 17:52:40 -0400 |
---|---|---|
committer | Nyx Linden <nyx@lindenlab.com> | 2013-03-13 17:52:40 -0400 |
commit | 6f193d54da0b0eae2758b99e706cd127966aafa1 (patch) | |
tree | 0d5d7d6679b1241dba86423785c41f9817396bac | |
parent | 9150757c8179f06058c41b967a69f95e03c3e619 (diff) |
SH-3806 FIX test case for local bakes being wrong
Local bakes were following folder links in some cases, causing unworn items to be rendered.
Fixed the cof fetcher, now they should no longer show up.
-rw-r--r-- | indra/newview/llappearancemgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index a944659e96..c04d6bad94 100644 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -2034,7 +2034,7 @@ void LLAppearanceMgr::updateAppearanceFromCOF(bool update_base_outfit_ordering) //dumpCat(getCOF(),"COF, start"); - bool follow_folder_links = true; + bool follow_folder_links = false; LLUUID current_outfit_id = getCOF(); // Find all the wearables that are in the COF's subtree. |