summaryrefslogtreecommitdiff
path: root/indra/newview/lltoolfocus.cpp
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-06-23 18:34:59 -0700
committerRichard Nelson <none@none>2010-06-23 18:34:59 -0700
commit6fbfb03358f4f3077c698afa183d4f21682de93b (patch)
tree85790ac6a7d83c2a6aab0186395eed10c41bd70c /indra/newview/lltoolfocus.cpp
parentceb226fffb3812d315a26ebcc1f5094fdc0b8b42 (diff)
parent6dd35018d2f7aa84973b8e7ff743e8de6454f01c (diff)
merge
Diffstat (limited to 'indra/newview/lltoolfocus.cpp')
-rw-r--r--indra/newview/lltoolfocus.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lltoolfocus.cpp b/indra/newview/lltoolfocus.cpp
index 032714cabf..b9875f465a 100644
--- a/indra/newview/lltoolfocus.cpp
+++ b/indra/newview/lltoolfocus.cpp
@@ -236,7 +236,6 @@ void LLToolCamera::pickCallback(const LLPickInfo& pick_info)
gAgentCamera.setFocusOnAvatar(FALSE, FALSE);
LLVector3d cam_pos = gAgentCamera.getCameraPositionGlobal();
- cam_pos -= LLVector3d(LLViewerCamera::getInstance()->getLeftAxis() * gAgentCamera.calcCustomizeAvatarUIOffset( cam_pos ));
gAgentCamera.setCameraPosAndFocusGlobal( cam_pos, pick_info.mPosGlobal, pick_info.mObjectID);
}