diff options
author | Richard Linden <none@none> | 2013-02-09 00:54:46 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2013-02-09 00:54:46 -0800 |
commit | 50d35d00cb68f0c9119b562f85ccefa4d279f0f9 (patch) | |
tree | 23dd1fef3401a31216e0ee4563c9461f53c13e91 /indra/newview/llagent.h | |
parent | 2e15e8fd4ba62204c76f6e2a91d3e50f62e6c1fc (diff) | |
parent | 8144fa95701122f24c36b8ae2a51a5ce720614a6 (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics
Diffstat (limited to 'indra/newview/llagent.h')
-rw-r--r-- | indra/newview/llagent.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llagent.h b/indra/newview/llagent.h index 99904e118c..a1e899b45d 100644 --- a/indra/newview/llagent.h +++ b/indra/newview/llagent.h @@ -250,6 +250,8 @@ public: const LLVector3d &getLastPositionGlobal() const { return mLastPositionGlobal; } void setLastPositionGlobal(const LLVector3d &pos) { mLastPositionGlobal = pos; } + + bool isPositionChanged() const; private: std::set<U64> mRegionsVisited; // Stat - what distinct regions has the avatar been to? F64 mDistanceTraveled; // Stat - how far has the avatar moved? |