From eb341068de59c86101aa4fd4031b6cdd7e4bbdc2 Mon Sep 17 00:00:00 2001 From: prep Date: Tue, 19 Jun 2012 10:55:02 -0400 Subject: Path-722: After a successful rebake the rebake navmesh button is reenabled --- indra/newview/llpathfindingmanager.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3