summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2019-10-16 01:26:14 +0300
committerAndreyL ProductEngine <alihatskiy@productengine.com>2019-10-16 01:26:14 +0300
commitf452f0c0a0956e0e180bf8c7591781d5873be7dd (patch)
tree7af094d31a6688ef10811d8fa457642aa392a828 /indra
parent99718ed7ee57568274014347acc9da3d3d7b767e (diff)
Buildfix
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llmediactrl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmediactrl.cpp b/indra/newview/llmediactrl.cpp
index b7947288c6..fec2315df3 100644
--- a/indra/newview/llmediactrl.cpp
+++ b/indra/newview/llmediactrl.cpp
@@ -215,7 +215,7 @@ BOOL LLMediaCtrl::handleScrollHWheel(S32 x, S32 y, S32 clicks)
if (mMediaSource && mMediaSource->hasMedia())
{
convertInputCoords(x, y);
- mMediaSource->scrollWheel(x, y, clicks, 0, gKeyboard->currentMask(TRUE));
+ mMediaSource->scrollWheel(x, y, clicks);
}
return TRUE;