aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llagent.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llagent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llagent.h b/linden/indra/newview/llagent.h
index 0ca9f22..e4d207c 100644
--- a/linden/indra/newview/llagent.h
+++ b/linden/indra/newview/llagent.h
@@ -300,8 +300,8 @@ public:
300 300
301 const LLVector3d &getPositionGlobal(); 301 const LLVector3d &getPositionGlobal();
302 const LLVector3 &getPositionAgent(); 302 const LLVector3 &getPositionAgent();
303 const S32 getRegionsVisited() const; 303 S32 getRegionsVisited() const;
304 const F64 getDistanceTraveled() const; 304 F64 getDistanceTraveled() const;
305 305
306 const LLVector3d &getFocusGlobal() const { return mFocusGlobal; } 306 const LLVector3d &getFocusGlobal() const { return mFocusGlobal; }
307 const LLVector3d &getFocusTargetGlobal() const { return mFocusTargetGlobal; } 307 const LLVector3d &getFocusTargetGlobal() const { return mFocusTargetGlobal; }