summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpathfindingconsole.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterpathfindingconsole.h')
-rw-r--r--indra/newview/llfloaterpathfindingconsole.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/indra/newview/llfloaterpathfindingconsole.h b/indra/newview/llfloaterpathfindingconsole.h
index fc135d7dd7..34a68ebed1 100644
--- a/indra/newview/llfloaterpathfindingconsole.h
+++ b/indra/newview/llfloaterpathfindingconsole.h
@@ -111,6 +111,9 @@ public:
void setHasNavMeshReceived();
void setHasNoNavMesh();
+ bool getHeartBeat() const { return mHeartBeat;}
+ void setHeartBeat( bool state ) { mHeartBeat=state; }
+
protected:
private:
@@ -168,9 +171,10 @@ private:
U32 mNeighboringRegion;
//Container that is populated and subsequently submitted to the LLPathingSystem for processing
LLPathingLib::PathingPacket mPathData;
- bool mHasStartPoint;
- bool mHasEndPoint;
- U32 mShapeRenderFlags;
+ bool mHasStartPoint;
+ bool mHasEndPoint;
+ U32 mShapeRenderFlags;
+ bool mHeartBeat;
static LLHandle<LLFloaterPathfindingConsole> sInstanceHandle;
};