diff options
Diffstat (limited to 'indra/newview/llagent.h')
-rw-r--r-- | indra/newview/llagent.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llagent.h b/indra/newview/llagent.h index db7fafbba8..851c47cbd5 100644 --- a/indra/newview/llagent.h +++ b/indra/newview/llagent.h @@ -792,7 +792,8 @@ private: LLVector3 mSitCameraPos; // root relative camera pos when sitting LLVector3 mSitCameraFocus; // root relative camera target when sitting LLVector3d mCameraSmoothingLastPositionGlobal; - LLVector3d mCameraSmoothingLastPositionAgent; + LLVector3d mCameraSmoothingLastPositionAgent; + BOOL mCameraSmoothingStop; //Ventrella |