From 2817d6c67d65bee9cae8f0d77e229ccf8eaa286f Mon Sep 17 00:00:00 2001 From: Andrey Lihatskiy Date: Sun, 18 Feb 2024 15:53:54 +0200 Subject: viewer#831 Xcode buildfix --- indra/newview/llviewermedia.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview') 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; -- cgit v1.2.3