diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-01-21 19:13:28 +0200 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-01-21 19:13:28 +0200 |
commit | 0bef5e553e5234b9373507341e3b001f4f4e54e7 (patch) | |
tree | fdef7dbfe165d34619e4e4b474ea756a21a2fe63 /indra/newview/lltoolface.cpp | |
parent | 884501a41903d782934328ba2fbad8ce87f6c003 (diff) |
Revert "SL-14717 Ability to trigger left clicks (and more) on animesh objects"
This reverts commit 8215fff0c2a1c895ef916837847cf7526ae61ef9.
# Conflicts:
# indra/newview/lltoolpie.cpp
Diffstat (limited to 'indra/newview/lltoolface.cpp')
-rw-r--r-- | indra/newview/lltoolface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoolface.cpp b/indra/newview/lltoolface.cpp index 71986d21f9..a00ac10698 100644 --- a/indra/newview/lltoolface.cpp +++ b/indra/newview/lltoolface.cpp @@ -73,7 +73,7 @@ BOOL LLToolFace::handleDoubleClick(S32 x, S32 y, MASK mask) BOOL LLToolFace::handleMouseDown(S32 x, S32 y, MASK mask) { - gViewerWindow->pickAsync(x, y, mask, pickCallback, false, gSavedSettings.getBOOL("AnimatedObjectsAllowLeftClick")); + gViewerWindow->pickAsync(x, y, mask, pickCallback); return TRUE; } |