From b1013ca76072531340779919d55a1a4f628989e5 Mon Sep 17 00:00:00 2001 From: prep Date: Tue, 22 May 2012 14:59:00 -0400 Subject: Fix for path-648: shapes are now positioned correctly in neighboring regions. Renamed api to better reflect it's purpose --- indra/newview/llpathfindingnavmeshzone.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/llpathfindingnavmeshzone.cpp') 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; -- cgit v1.2.3