diff options
| author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-07-07 15:30:53 +0300 |
|---|---|---|
| committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-07-07 15:30:53 +0300 |
| commit | 22524a009079e06c5b3de0d6fd57f5c9d2fd1cd7 (patch) | |
| tree | 014ca562409a149952eaabbe8b09175bf8f37be1 /indra/newview/llpathfindingmanager.cpp | |
| parent | a93151ac86747145584c3096a45481f37f17928b (diff) | |
SL-10388 use new cap to get a complete list of region objects
Diffstat (limited to 'indra/newview/llpathfindingmanager.cpp')
| -rw-r--r-- | indra/newview/llpathfindingmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpathfindingmanager.cpp b/indra/newview/llpathfindingmanager.cpp index cb4c07a417..852b39f442 100644 --- a/indra/newview/llpathfindingmanager.cpp +++ b/indra/newview/llpathfindingmanager.cpp @@ -61,7 +61,7 @@ #define CAP_SERVICE_NAVMESH_STATUS "NavMeshGenerationStatus" -#define CAP_SERVICE_OBJECT_LINKSETS "ObjectNavMeshProperties" +#define CAP_SERVICE_OBJECT_LINKSETS "RegionObjects" #define CAP_SERVICE_TERRAIN_LINKSETS "TerrainNavMeshProperties" #define CAP_SERVICE_CHARACTERS "CharacterProperties" |
