diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-02-15 15:34:56 -0500 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-02-15 15:34:56 -0500 |
| commit | 7d375ed9b7070e354a8072d7ffa137e005691dcd (patch) | |
| tree | 0609acd3cbcac966996e7637a75f475e371bd002 /indra/newview/llviewerregion.cpp | |
| parent | 86449a0ac4cb1432a55c17bfabe83c4c42c096a8 (diff) | |
SL-409 - WIP on http fetching path for assets
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 899ab3a371..0188208cfd 100644 --- a/indra/newview/llviewerregion.cpp +++ b/indra/newview/llviewerregion.cpp @@ -2895,6 +2895,7 @@ void LLViewerRegionImpl::buildCapabilityNames(LLSD& capabilityNames) capabilityNames.append("UpdateScriptAgent"); capabilityNames.append("UpdateScriptTask"); capabilityNames.append("UploadBakedTexture"); + capabilityNames.append("ViewerAsset"); capabilityNames.append("ViewerMetrics"); capabilityNames.append("ViewerStartAuction"); capabilityNames.append("ViewerStats"); |
