diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-08-23 13:36:28 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-08-23 13:36:28 -0400 |
commit | 27c855149e657cebda863e279c8545f7816e1c18 (patch) | |
tree | 23cf8154df35f091844c3628dc5db65cb40507c3 /indra/newview/llagentcamera.cpp | |
parent | 1a8d917a6d0d2393a0f0248d0072dd7cfd487609 (diff) |
First pass commit for breast physics.
Diffstat (limited to 'indra/newview/llagentcamera.cpp')
-rw-r--r-- | indra/newview/llagentcamera.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llagentcamera.cpp b/indra/newview/llagentcamera.cpp index 68e408d3e4..01a4cce700 100644 --- a/indra/newview/llagentcamera.cpp +++ b/indra/newview/llagentcamera.cpp @@ -277,6 +277,7 @@ LLAgentCamera::~LLAgentCamera() //----------------------------------------------------------------------------- void LLAgentCamera::resetView(BOOL reset_camera, BOOL change_camera) { + if (TRUE) return; // SERAPH DON'T CHECKIN if (gAgent.getAutoPilot()) { gAgent.stopAutoPilot(TRUE); |