diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-06-18 17:21:42 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-06-18 17:21:42 -0700 |
commit | b59a82fc8ea5a23a886d3eb5d3c27b7c1d97d8d6 (patch) | |
tree | 9a624c9ceac631a6500087b9d983032a30e22516 /indra/newview/llpathfindingnavmeshzone.cpp | |
parent | 329b98528ea4fdd34baaa225e4aa46ea8ad5bfe1 (diff) |
PATH-705: Creating a path to pull in the state of the current region navmesh without downloading the navmesh binary.
Diffstat (limited to 'indra/newview/llpathfindingnavmeshzone.cpp')
-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 816c94e25e..69c76c9407 100644 --- a/indra/newview/llpathfindingnavmeshzone.cpp +++ b/indra/newview/llpathfindingnavmeshzone.cpp @@ -393,7 +393,7 @@ void LLPathfindingNavMeshZone::NavMeshLocation::refresh() else { llassert(mRegionUUID == region->getRegionID()); - LLPathfindingManager::getInstance()->requestGetNavMeshForRegion(region); + LLPathfindingManager::getInstance()->requestGetNavMeshForRegion(region, false); } } |