summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-06-15 18:13:46 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-06-23 14:51:30 +0300
commit6092e2ffab9ec76bdd8821e188db9cb785456eee (patch)
treea23c465a2a9ebe328c0f97d759a55fe231951178 /indra/llcommon
parentc604b274fb4ab218a89fc03a4ea5cc1b739ad65f (diff)
SL-13418 Added converter from old mouse binding settings to new ones
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/llkeybind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llkeybind.h b/indra/llcommon/llkeybind.h
index ad0ebec67c..c6b4bd970f 100644
--- a/indra/llcommon/llkeybind.h
+++ b/indra/llcommon/llkeybind.h
@@ -53,7 +53,7 @@ public:
EMouseClickType mMouse;
KEY mKey;
MASK mMask;
- // Either to expect exact match or ignore not expected masks
+ // Either to expect exact match or ignore not expected masks as long as expected mask-bit is present
bool mIgnoreMasks;
};