RLVa 1.1.2 to 1.1.3 upgrade. InvLinks + COF
This commit is contained in:
@@ -175,7 +175,8 @@ void LLLocalInventory::loadInvCache(std::string filename)
|
||||
|
||||
LLInventoryModel::cat_array_t cats;
|
||||
LLInventoryModel::item_array_t items;
|
||||
if(LLInventoryModel::loadFromFile(inv_filename, cats, items))
|
||||
bool is_cache_obsolete = false;
|
||||
if(LLInventoryModel::loadFromFile(inv_filename, cats, items, is_cache_obsolete))
|
||||
{
|
||||
// create a container category for everything
|
||||
LLViewerInventoryCategory* container = new LLViewerInventoryCategory(gAgent.getID());
|
||||
|
||||
Reference in New Issue
Block a user