summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2017-07-10 22:17:51 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2017-07-10 22:17:51 +0100
commita4d1600a79ea9118bcbe854a55f7491d738b844c (patch)
tree1b3522f20e0dfda914f12efc897d86e9cf52770d /indra/newview
parent0ca9b74516eb73e3b0943fce61fbd7473bd707c2 (diff)
SL-748 - viewer must request the ObjectAnimation cap in order to get the new messages
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llviewerregion.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerregion.cpp b/indra/newview/llviewerregion.cpp
index eb37613c95..02ac0a0d34 100644
--- a/indra/newview/llviewerregion.cpp
+++ b/indra/newview/llviewerregion.cpp
@@ -2857,6 +2857,7 @@ void LLViewerRegionImpl::buildCapabilityNames(LLSD& capabilityNames)
capabilityNames.append("MeshUploadFlag");
capabilityNames.append("NavMeshGenerationStatus");
capabilityNames.append("NewFileAgentInventory");
+ capabilityNames.append("ObjectAnimation");
capabilityNames.append("ObjectMedia");
capabilityNames.append("ObjectMediaNavigate");
capabilityNames.append("ObjectNavMeshProperties");