diff options
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llpathfindingnavmeshzone.cpp | 2 |
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; |