Skip to content
Snippets Groups Projects
Commit 00962a68 authored by Karl Stiefvater (qarl)'s avatar Karl Stiefvater (qarl)
Browse files

CTS-37 Mesh-type assets can't be added to the inventory of a prim

parent bb263118
No related branches found
No related tags found
No related merge requests found
...@@ -1593,6 +1593,11 @@ LLTaskInvFVBridge* LLTaskInvFVBridge::createObjectBridge(LLPanelObjectInventory* ...@@ -1593,6 +1593,11 @@ LLTaskInvFVBridge* LLTaskInvFVBridge::createObjectBridge(LLPanelObjectInventory*
object->getUUID(), object->getUUID(),
object->getName()); object->getName());
break; break;
case LLAssetType::AT_MESH:
new_bridge = new LLTaskMeshBridge(panel,
object->getUUID(),
object->getName());
break;
break; break;
default: default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment