From 8e5d95cba8a65d01ea605ebbfba7d6065cd5bd40 Mon Sep 17 00:00:00 2001 From: "Brad Payne (Vir Linden)" Date: Thu, 25 Feb 2010 10:59:59 -0500 Subject: For EXT-5333: Bodyparts missing from appearance and COF. createStandardWearables() now COF-based --- indra/newview/llstartup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/llstartup.cpp') diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 83f773fadc..1f829458e9 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -2554,7 +2554,7 @@ void LLStartUp::loadInitialOutfit( const std::string& outfit_folder_name, LLUUID cat_id = findDescendentCategoryIDByName( gInventory.getLibraryRootFolderID(), outfit_folder_name); - if (cat_id.isNull()) + if (true || (cat_id.isNull())) { gAgentWearables.createStandardWearables(gender); } -- cgit v1.2.3