summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermedia.cpp
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2016-12-19 17:48:07 +0200
committerandreykproductengine <akleshchev@productengine.com>2016-12-19 17:48:07 +0200
commitb05a8c3403212a204eb09f9bcdec42a4e02f502e (patch)
tree38214555da6e37d93f21f8eb629bad5890757eba /indra/newview/llviewermedia.cpp
parent41d72dab39feddf199534d64684d51d7259a890a (diff)
MAINT-7017 Stop All was preventing media from playing
Diffstat (limited to 'indra/newview/llviewermedia.cpp')
-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 0a0af9c108..434c8f1d8c 100644
--- a/indra/newview/llviewermedia.cpp
+++ b/indra/newview/llviewermedia.cpp
@@ -931,7 +931,7 @@ void LLViewerMedia::setAllMediaPaused(bool val)
{
// Set "tentative" autoplay first. We need to do this here or else
// re-enabling won't start up the media below.
- gSavedSettings.setBOOL("MediaTentativeAutoPlay", val);
+ gSavedSettings.setBOOL("MediaTentativeAutoPlay", !val);
// Then
impl_list::iterator iter = sViewerMediaImplList.begin();