summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelpathfindingrebakenavmesh.h
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-06-27 13:30:01 -0700
committerTodd Stinson <stinson@lindenlab.com>2012-06-27 13:30:01 -0700
commit01545997da201e04731b14eb720765a19470974d (patch)
tree297b386d3e27b7afdc94443733749450e711a5c4 /indra/newview/llpanelpathfindingrebakenavmesh.h
parenta818cd4f7336ed9b33dacd91fcaf5239a8be813d (diff)
PATH-788: Adding more state information for the rebake region button to capture and display the rebaking states. Also, altering how the stop flying button works so that it does not hide the entire panel.
Diffstat (limited to 'indra/newview/llpanelpathfindingrebakenavmesh.h')
-rw-r--r--indra/newview/llpanelpathfindingrebakenavmesh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelpathfindingrebakenavmesh.h b/indra/newview/llpanelpathfindingrebakenavmesh.h
index f81c030c35..a77cddbc50 100644
--- a/indra/newview/llpanelpathfindingrebakenavmesh.h
+++ b/indra/newview/llpanelpathfindingrebakenavmesh.h
@@ -59,6 +59,7 @@ private:
{
kRebakeNavMesh_Available,
kRebakeNavMesh_RequestSent,
+ kRebakeNavMesh_InProgress,
kRebakeNavMesh_NotAvailable,
kRebakeNavMesh_Default = kRebakeNavMesh_NotAvailable
} ERebakeNavMeshMode;
@@ -86,6 +87,7 @@ private:
ERebakeNavMeshMode mRebakeNavMeshMode;
LLButton* mNavMeshRebakeButton;
+ LLButton* mNavMeshSendingButton;
LLButton* mNavMeshBakingButton;
LLPathfindingNavMesh::navmesh_slot_t mNavMeshSlot;