diff options
author | Richard Linden <none@none> | 2013-01-25 16:18:27 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2013-01-25 16:18:27 -0800 |
commit | 1e39461e7bab716232366f8454793e4a5216fb13 (patch) | |
tree | f7d8963894b8eb76e8f1a2ff20a01645b27ecc04 /indra/newview/llagent.h | |
parent | 09ee16c61d372c1eb620bc3ef3dbfeb798c0a82e (diff) | |
parent | 5ee3071e85de80cd37cc95c51dee5c497957ff9f (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? |