summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2011-03-31 12:24:08 -0400
committerLoren Shih <seraph@lindenlab.com>2011-03-31 12:24:08 -0400
commitf18c2b6dd80f6240478902fdb81d3ae1eb8e21b5 (patch)
tree6331a8413b1fa8efcad74d286d419e4f0e6e08d8 /indra
parent90b6b7e1b70a9bc8eb5def793616149fa0fceb4d (diff)
Took out avatar physics demo code that was disabling camera reset on avatar movement.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llagentcamera.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llagentcamera.cpp b/indra/newview/llagentcamera.cpp
index 4118b1df98..f01d5ff1f5 100644
--- a/indra/newview/llagentcamera.cpp
+++ b/indra/newview/llagentcamera.cpp
@@ -277,7 +277,6 @@ LLAgentCamera::~LLAgentCamera()
//-----------------------------------------------------------------------------
void LLAgentCamera::resetView(BOOL reset_camera, BOOL change_camera)
{
- if (TRUE) return; // Disabling reset for avatar physics demo-ing.
if (gAgent.getAutoPilot())
{
gAgent.stopAutoPilot(TRUE);