diff options
author | callum_linden <none@none> | 2016-05-10 17:16:24 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2016-05-10 17:16:24 -0700 |
commit | bceafa5062db394048312aa7fe0a7706fb9524b7 (patch) | |
tree | d096cdc49f8671bb12492f46dffaea2f590e02f2 /indra/media_plugins/libvlc/media_plugin_libvlc.cpp | |
parent | ed73eae302d3178dd37163e74902fe149baa2c9c (diff) |
working test button in web browser floater - video inverted
Diffstat (limited to 'indra/media_plugins/libvlc/media_plugin_libvlc.cpp')
-rw-r--r-- | indra/media_plugins/libvlc/media_plugin_libvlc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/media_plugins/libvlc/media_plugin_libvlc.cpp b/indra/media_plugins/libvlc/media_plugin_libvlc.cpp index ceb42c0f13..08716e1a1c 100644 --- a/indra/media_plugins/libvlc/media_plugin_libvlc.cpp +++ b/indra/media_plugins/libvlc/media_plugin_libvlc.cpp @@ -289,7 +289,7 @@ void MediaPluginLibVLC::receiveMessage( const char* message_string ) message.setValueU32("internalformat", GL_RGB); message.setValueU32("format", GL_BGRA_EXT); message.setValueU32("type", GL_UNSIGNED_BYTE); - message.setValueBoolean("coords_opengl", false); + message.setValueBoolean("coords_opengl", true); sendMessage(message); } else if(message_name == "size_change") |