diff options
author | David Parks <davep@lindenlab.com> | 2009-11-02 19:55:37 +0000 |
---|---|---|
committer | David Parks <davep@lindenlab.com> | 2009-11-02 19:55:37 +0000 |
commit | 3e80fa3dbc943de9b784fedc202ba38cf238f46d (patch) | |
tree | deeaedd0bf4ed9eb9f99ec47325198efce512e5f /indra/newview/llpanelgroupnotices.cpp | |
parent | 9a196cdda8fa62b90f6f390b21986712d198f03e (diff) |
Sync up with render-pipeline-7 ignore-dead-branch
Diffstat (limited to 'indra/newview/llpanelgroupnotices.cpp')
-rw-r--r-- | indra/newview/llpanelgroupnotices.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelgroupnotices.cpp b/indra/newview/llpanelgroupnotices.cpp index 0ce85818dd..a824025723 100644 --- a/indra/newview/llpanelgroupnotices.cpp +++ b/indra/newview/llpanelgroupnotices.cpp @@ -157,6 +157,7 @@ BOOL LLGroupDropTarget::handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop, case DAD_ANIMATION: case DAD_GESTURE: case DAD_CALLINGCARD: + case DAD_MESH: { LLViewerInventoryItem* inv_item = (LLViewerInventoryItem*)cargo_data; if(gInventory.getItem(inv_item->getUUID()) |