diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-07-10 22:17:51 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-07-10 22:17:51 +0100 |
commit | a4d1600a79ea9118bcbe854a55f7491d738b844c (patch) | |
tree | 1b3522f20e0dfda914f12efc897d86e9cf52770d /indra/newview | |
parent | 0ca9b74516eb73e3b0943fce61fbd7473bd707c2 (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.cpp | 1 |
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"); |