diff options
author | AndreyL ProductEngine <andreylproductengine@lindenlab.com> | 2015-11-23 08:33:55 +0200 |
---|---|---|
committer | AndreyL ProductEngine <andreylproductengine@lindenlab.com> | 2015-11-23 08:33:55 +0200 |
commit | 4fe7d8b2e99c5dbf75f5607ca5945115cebeac3a (patch) | |
tree | e25a39413917d146ff4166ebbf046c0a7f72be4e /indra | |
parent | d6284458e562c3c792415d1f64929d0e20f2963c (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')
-rwxr-xr-x | indra/newview/lltoolfocus.cpp | 2 |
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; } |