summaryrefslogtreecommitdiff
path: root/indra/newview/llpathfindingpathtool.h
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-06-21 16:39:35 -0700
committerTodd Stinson <stinson@lindenlab.com>2012-06-21 16:39:35 -0700
commit11b6e272abf05c5429865aaa1366bd450b8bc218 (patch)
tree6e583f9538d550f5cc4403a9d17039fea7db50f2 /indra/newview/llpathfindingpathtool.h
parentfb1fa8434a1a84105f67e72fdf72d300be2951bb (diff)
PATH-743: Altering the mouse cursor to give more feed back when in path testing mode.
Diffstat (limited to 'indra/newview/llpathfindingpathtool.h')
-rw-r--r--indra/newview/llpathfindingpathtool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpathfindingpathtool.h b/indra/newview/llpathfindingpathtool.h
index 671f5bef95..8a79da43c9 100644
--- a/indra/newview/llpathfindingpathtool.h
+++ b/indra/newview/llpathfindingpathtool.h
@@ -98,6 +98,7 @@ private:
bool isAnyPathToolModKeys(MASK pMask) const;
bool isPointAModKeys(MASK pMask) const;
bool isPointBModKeys(MASK pMask) const;
+ bool isCameraModKeys(MASK pMask) const;
void getRayPoints(S32 pX, S32 pY, LLVector3 &pRayStart, LLVector3 &pRayEnd) const;
void computeFinalPoints(S32 pX, S32 pY, MASK pMask);