diff options
author | Dave Parks <davep@lindenlab.com> | 2009-12-11 14:47:11 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2009-12-11 14:47:11 -0600 |
commit | 695969c77066de5032bdc9caefecf9b32b076b2f (patch) | |
tree | eda417dcc78dd06274a8752fa04b7fe7997b64cd /indra/newview/llviewerregion.cpp | |
parent | cd138869d5bfcf40d3d13d7b887e36263e2919d9 (diff) |
HTTP Mesh fetch FTW.. still busted
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 8317837520..f173149bf4 100644 --- a/indra/newview/llviewerregion.cpp +++ b/indra/newview/llviewerregion.cpp @@ -1432,6 +1432,7 @@ void LLViewerRegion::setSeedCapability(const std::string& url) capabilityNames.append("FetchLib"); capabilityNames.append("FetchLibDescendents"); capabilityNames.append("GetTexture"); + capabilityNames.append("GetMesh"); capabilityNames.append("GroupProposalBallot"); capabilityNames.append("HomeLocation"); capabilityNames.append("MapLayer"); |