diff options
Diffstat (limited to 'indra/newview/llfollowcam.h')
-rw-r--r-- | indra/newview/llfollowcam.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfollowcam.h b/indra/newview/llfollowcam.h index 1c5eb79697..ab8ffb1fa4 100644 --- a/indra/newview/llfollowcam.h +++ b/indra/newview/llfollowcam.h @@ -169,6 +169,8 @@ public: // protected members of FollowCam //------------------------------------------ protected: + F32 mPositionLagTimeScale; // derived from mPositionLag + F32 mFocusLagTimeScale; // derived from mFocusLag F32 mPitchCos; // derived from mPitch F32 mPitchSin; // derived from mPitch LLGlobalVec mSimulatedPositionGlobal; // where the camera is (global coordinates), simulated |