summaryrefslogtreecommitdiff
path: root/indra/newview/llagentcamera.cpp
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-08-26 14:02:51 -0400
committerLoren Shih <seraph@lindenlab.com>2010-08-26 14:02:51 -0400
commita37057717d243596b92108590d56a0d3021ad840 (patch)
treea3d513b3c48371ad215cea0bd90e8197a1d72044 /indra/newview/llagentcamera.cpp
parent63c504e4b08d28d31f7e8e2b5cda977c7b81215d (diff)
Miscellaneous fixes for how we're doing graphics settings for the avatar physics.
Fixed a cast issue that was causing a linux compile error.
Diffstat (limited to 'indra/newview/llagentcamera.cpp')
-rw-r--r--indra/newview/llagentcamera.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llagentcamera.cpp b/indra/newview/llagentcamera.cpp
index 01a4cce700..f0ab8bd311 100644
--- a/indra/newview/llagentcamera.cpp
+++ b/indra/newview/llagentcamera.cpp
@@ -277,7 +277,7 @@ LLAgentCamera::~LLAgentCamera()
//-----------------------------------------------------------------------------
void LLAgentCamera::resetView(BOOL reset_camera, BOOL change_camera)
{
- if (TRUE) return; // SERAPH DON'T CHECKIN
+ if (TRUE) return; // Disabling reset for avatar physics demo-ing.
if (gAgent.getAutoPilot())
{
gAgent.stopAutoPilot(TRUE);