diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-08-10 20:44:52 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-08-10 20:44:52 +0300 |
commit | 8213cc896c74ca08ee231aa557eac302445c933e (patch) | |
tree | cf8ec39ebf2b88124ea3fa0ebee6fc7788231821 /indra/media_plugins/cef | |
parent | 6abf2ca503949345f12da03ed76848d703158f6f (diff) |
SL-3704 Give plugins some time to terminate
requestExit() doesn't close CEF, command sets CEF into closing state which will be processed on update()
Diffstat (limited to 'indra/media_plugins/cef')
-rw-r--r-- | indra/media_plugins/cef/media_plugin_cef.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/media_plugins/cef/media_plugin_cef.cpp b/indra/media_plugins/cef/media_plugin_cef.cpp index 9cddf5b481..0bb62d79ff 100644 --- a/indra/media_plugins/cef/media_plugin_cef.cpp +++ b/indra/media_plugins/cef/media_plugin_cef.cpp @@ -460,7 +460,6 @@ void MediaPluginCEF::receiveMessage(const char* message_string) } else if (message_name == "cleanup") { - mVolumeCatcher.setVolume(0); // Hack: masks CEF exit issues mCEFLib->requestExit(); } else if (message_name == "force_exit") |