summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2024-02-18 15:53:54 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2024-02-18 15:56:31 +0200
commit2817d6c67d65bee9cae8f0d77e229ccf8eaa286f (patch)
tree7d97c4d09558164cbc946031cfa9b6dba6dbdc26 /indra/newview
parent238d0b27375c5293702925142f55f8575f630ae0 (diff)
viewer#831 Xcode buildfix
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llviewermedia.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewermedia.cpp b/indra/newview/llviewermedia.cpp
index 53d8d3076c..6a4b3dfb5b 100644
--- a/indra/newview/llviewermedia.cpp
+++ b/indra/newview/llviewermedia.cpp
@@ -2345,7 +2345,7 @@ bool LLViewerMediaImpl::handleMouseUp(S32 x, S32 y, MASK mask)
if(hasMouseCapture())
{
// Release the mouse -- this will also send a mouseup to the media
- gFocusMgr.setMouseCapture( false );
+ gFocusMgr.setMouseCapture( nullptr );
}
return true;