diff options
author | Dave Parks <davep@lindenlab.com> | 2022-10-14 17:36:17 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-10-14 17:36:17 -0500 |
commit | d9d9edfa6dafa137d1c69c476872d74d33c06771 (patch) | |
tree | ca958f938c2ad6c0f09f37f3b15f5ae2b7e9c7a6 /indra/newview/llviewerregion.cpp | |
parent | f6762c3de57434730a2cbf6d0241bf1db5c9346c (diff) | |
parent | 531d38ba1d030d85ec12e1206b3de3c6cb082a9a (diff) |
Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-559
Diffstat (limited to 'indra/newview/llviewerregion.cpp')
-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 3167d1161c..31752a5a8b 100644 --- a/indra/newview/llviewerregion.cpp +++ b/indra/newview/llviewerregion.cpp @@ -3082,6 +3082,7 @@ void LLViewerRegionImpl::buildCapabilityNames(LLSD& capabilityNames) capabilityNames.append("MapLayer"); capabilityNames.append("MapLayerGod"); capabilityNames.append("MeshUploadFlag"); + capabilityNames.append("ModifyMaterialParams"); capabilityNames.append("NavMeshGenerationStatus"); capabilityNames.append("NewFileAgentInventory"); capabilityNames.append("ObjectAnimation"); |