diff options
author | callum_linden <none@none> | 2015-09-10 15:11:28 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2015-09-10 15:11:28 -0700 |
commit | 52e56af35eed8ffff522e13e028206243e1302f6 (patch) | |
tree | cca1e64999e6bb57454c15afbf9d7e0f320b05d6 /indra | |
parent | 83f26facbf717504b0ab4677cb6dd64534f6b844 (diff) |
Pull in LLCefLib with inverted output switched on and change viewer to uninvert things
Diffstat (limited to 'indra')
-rw-r--r-- | indra/media_plugins/cef/media_plugin_cef.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/media_plugins/cef/media_plugin_cef.cpp b/indra/media_plugins/cef/media_plugin_cef.cpp index f45ab5575c..e812341f8c 100644 --- a/indra/media_plugins/cef/media_plugin_cef.cpp +++ b/indra/media_plugins/cef/media_plugin_cef.cpp @@ -387,7 +387,7 @@ void MediaPluginCEF::receiveMessage(const char* message_string) message.setValueU32("internalformat", GL_RGB); message.setValueU32("format", GL_BGRA); message.setValueU32("type", GL_UNSIGNED_BYTE); - message.setValueBoolean("coords_opengl", false); + message.setValueBoolean("coords_opengl", true); sendMessage(message); } else if (message_name == "set_user_data_path") |