diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llinventorybridge.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llinventorybridge.cpp b/linden/indra/newview/llinventorybridge.cpp index 6d981cc..be2bb9a 100644 --- a/linden/indra/newview/llinventorybridge.cpp +++ b/linden/indra/newview/llinventorybridge.cpp | |||
@@ -3281,7 +3281,7 @@ void rez_attachment(LLViewerInventoryItem* item, LLViewerJointAttachment* attach | |||
3281 | { | 3281 | { |
3282 | if (iter->second == attachment) | 3282 | if (iter->second == attachment) |
3283 | { | 3283 | { |
3284 | rez_action->mAttachPt = iter->first; | 3284 | attach_pt = iter->first; |
3285 | break; | 3285 | break; |
3286 | } | 3286 | } |
3287 | } | 3287 | } |