summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAndreyL ProductEngine <andreylproductengine@lindenlab.com>2015-11-23 08:33:55 +0200
committerAndreyL ProductEngine <andreylproductengine@lindenlab.com>2015-11-23 08:33:55 +0200
commit4fe7d8b2e99c5dbf75f5607ca5945115cebeac3a (patch)
treee25a39413917d146ff4166ebbf046c0a7f72be4e /indra/newview
parentd6284458e562c3c792415d1f64929d0e20f2963c (diff)
MAINT-5892 FIXED Alt camming on rigged mesh makes the camera judder, get stuck or fly off into the distance.
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/lltoolfocus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoolfocus.cpp b/indra/newview/lltoolfocus.cpp
index 15f3c36674..db362459cf 100755
--- a/indra/newview/lltoolfocus.cpp
+++ b/indra/newview/lltoolfocus.cpp
@@ -135,7 +135,7 @@ BOOL LLToolCamera::handleMouseDown(S32 x, S32 y, MASK mask)
gViewerWindow->hideCursor();
- gViewerWindow->pickAsync(x, y, mask, pickCallback, FALSE, TRUE);
+ gViewerWindow->pickAsync(x, y, mask, pickCallback, FALSE, FALSE, TRUE);
return TRUE;
}