summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorprep <none@none>2012-05-22 14:59:00 -0400
committerprep <none@none>2012-05-22 14:59:00 -0400
commitb1013ca76072531340779919d55a1a4f628989e5 (patch)
tree68463eb79a7d85df48d63efe221b1ee45c15699b /indra
parentcab86a913d4e94cc923518638e177d6284af2542 (diff)
Fix for path-648: shapes are now positioned correctly in neighboring regions. Renamed api to better reflect it's purpose
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llpathfindingnavmeshzone.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpathfindingnavmeshzone.cpp b/indra/newview/llpathfindingnavmeshzone.cpp
index f7872f6e29..816c94e25e 100644
--- a/indra/newview/llpathfindingnavmeshzone.cpp
+++ b/indra/newview/llpathfindingnavmeshzone.cpp
@@ -332,7 +332,7 @@ void LLPathfindingNavMeshZone::updateStatus()
llassert(LLPathingLib::getInstance() != NULL);
if (LLPathingLib::getInstance() != NULL)
{
- LLPathingLib::getInstance()->stitchNavMeshes();
+ LLPathingLib::getInstance()->processNavMeshData();
}
#ifdef XXX_STINSON_DEBUG_NAVMESH_ZONE
llinfos << "STINSON DEBUG: Navmesh zone update stitching is done" << llendl;