Interim commit before diving into reworking the inventory panel.
This commit is contained in:
@@ -1565,7 +1565,8 @@ bool LLViewerTextEditor::importStream(std::istream& str)
|
||||
|
||||
void LLViewerTextEditor::copyInventory(const LLInventoryItem* item, U32 callback_id)
|
||||
{
|
||||
copy_inventory_from_notecard(mObjectID,
|
||||
copy_inventory_from_notecard(LLUUID::null, // Don't specify a destination -- let the sim do that
|
||||
mObjectID,
|
||||
mNotecardInventoryID,
|
||||
item,
|
||||
callback_id);
|
||||
|
||||
Reference in New Issue
Block a user