summaryrefslogtreecommitdiff
path: root/indra/newview/llpathfindingmanager.cpp
diff options
context:
space:
mode:
authorprep <prep@lindenlab.com>2012-06-19 10:55:02 -0400
committerprep <prep@lindenlab.com>2012-06-19 10:55:02 -0400
commiteb341068de59c86101aa4fd4031b6cdd7e4bbdc2 (patch)
treee52041a61ac7c9f89f460ae8e6b53d0ee4727332 /indra/newview/llpathfindingmanager.cpp
parent15d7f3867cc0e88258a032f6bd99daed73b1e135 (diff)
Path-722: After a successful rebake the rebake navmesh button is reenabled
Diffstat (limited to 'indra/newview/llpathfindingmanager.cpp')
-rw-r--r--indra/newview/llpathfindingmanager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpathfindingmanager.cpp b/indra/newview/llpathfindingmanager.cpp
index 209176fc0b..f49942ee97 100644
--- a/indra/newview/llpathfindingmanager.cpp
+++ b/indra/newview/llpathfindingmanager.cpp
@@ -756,6 +756,7 @@ void LLPathfindingManager::handleNavMeshStatus(LLPathfindingNavMesh::ENavMeshReq
break;
case LLPathfindingNavMeshStatus::kComplete :
llinfos << "STINSON DEBUG: navmesh status is kComplete" << llendl;
+ displayNavMeshRebakePanel();
break;
case LLPathfindingNavMeshStatus::kRepending :
llinfos << "STINSON DEBUG: navmesh status is kRepending" << llendl;