diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-06-10 05:07:10 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-06-23 14:51:28 +0300 |
commit | 74a303b2791f046e5804db801e53c33f716d9ef3 (patch) | |
tree | a3d690c68e15063ddd94d9a8d061bbc7728e6a5c /indra/newview | |
parent | e6abf3dcb211940a7cec07ae910296611cd16288 (diff) |
SL-13412 Disabled the (default) click to walk in mouselook mode
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/app_settings/key_bindings.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/app_settings/key_bindings.xml b/indra/newview/app_settings/key_bindings.xml index dd74293644..81423c4716 100644 --- a/indra/newview/app_settings/key_bindings.xml +++ b/indra/newview/app_settings/key_bindings.xml @@ -33,7 +33,6 @@ <binding key="DIVIDE" mask="NONE" command="start_gesture"/> <binding key="" mask="NONE" mouse="MMB" command="toggle_voice"/> - <binding key="" mask="NONE" mouse="LMB" command="walk_to"/> </first_person> <third_person> <binding key="A" mask="NONE" command="turn_left"/> |