Merge branch 'V2Baking' of git://github.com/Shyotl/SingularityViewer into V2Baking
Conflicts: indra/llrender/llshadermgr.cpp indra/newview/llmorphview.cpp indra/newview/lltexlayer.cpp indra/newview/lltexlayer.h indra/newview/lltoolmorph.cpp indra/newview/llvoavatar.cpp indra/newview/llvoavatar.h
This commit is contained in:
@@ -1502,7 +1502,7 @@ ERlvCmdRet RlvHandler::processForceCommand(const RlvCommand& rlvCmd) const
|
||||
const LLViewerObject* pAttachObj = gObjectList.findObject(rlvCmd.getObjectID());
|
||||
if ( (pAttachObj) && (pAttachObj->isAttachment()) )
|
||||
{
|
||||
LLVOAvatar::detachAttachmentIntoInventory(pAttachObj->getAttachmentItemID());
|
||||
LLVOAvatarSelf::detachAttachmentIntoInventory(pAttachObj->getAttachmentItemID());
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user