File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,6 @@ void LLViewerJointAttachment::setupDrawable(LLViewerObject *object)
168168// -----------------------------------------------------------------------------
169169bool LLViewerJointAttachment::addObject (LLViewerObject* object)
170170{
171- object->extractAttachmentItemID ();
172171
173172 // Same object reattached
174173 if (isObjectAttached (object))
@@ -179,6 +178,8 @@ bool LLViewerJointAttachment::addObject(LLViewerObject* object)
179178 // re-connect object to the joint correctly
180179 }
181180
181+ object->extractAttachmentItemID ();
182+
182183 // Two instances of the same inventory item attached --
183184 // Request detach, and kill the object in the meantime.
184185 if (getAttachedObject (object->getAttachmentItemID ()))
You can’t perform that action at this time.
0 commit comments