Skip to content
Snippets Groups Projects
Commit b05a8c34 authored by andreykproductengine's avatar andreykproductengine
Browse files

MAINT-7017 Stop All was preventing media from playing

parent 41d72dab
No related branches found
No related tags found
No related merge requests found
...@@ -931,7 +931,7 @@ void LLViewerMedia::setAllMediaPaused(bool val) ...@@ -931,7 +931,7 @@ void LLViewerMedia::setAllMediaPaused(bool val)
{ {
// Set "tentative" autoplay first. We need to do this here or else // Set "tentative" autoplay first. We need to do this here or else
// re-enabling won't start up the media below. // re-enabling won't start up the media below.
gSavedSettings.setBOOL("MediaTentativeAutoPlay", val); gSavedSettings.setBOOL("MediaTentativeAutoPlay", !val);
// Then // Then
impl_list::iterator iter = sViewerMediaImplList.begin(); impl_list::iterator iter = sViewerMediaImplList.begin();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment