diff options
author | Dave Parks <davep@lindenlab.com> | 2010-10-19 23:19:55 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-10-19 23:19:55 -0500 |
commit | 30b44b238ba6ff8ff6dc29161f3ff6ee85a27f06 (patch) | |
tree | ad0894cb9e503872b688271006cb94e9a077a07c /indra/newview/llviewerregion.cpp | |
parent | 94c1670934bc3a00e45823784cb8c25dea7908f0 (diff) |
First stab at using GetObjectPhysicsData
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 45690c0b8e..f229f19a0b 100644 --- a/indra/newview/llviewerregion.cpp +++ b/indra/newview/llviewerregion.cpp @@ -1376,6 +1376,7 @@ void LLViewerRegion::setSeedCapability(const std::string& url) capabilityNames.append("GetTexture"); capabilityNames.append("GetMesh"); capabilityNames.append("GetObjectCost"); + capabilityNames.append("GetObjectPhysicsData"); capabilityNames.append("GroupProposalBallot"); capabilityNames.append("HomeLocation"); capabilityNames.append("LandResources"); |