diff options
author | Callum Linden <callum@lindenlab.com> | 2016-07-20 19:54:54 -0700 |
---|---|---|
committer | Callum Linden <callum@lindenlab.com> | 2016-07-20 19:54:54 -0700 |
commit | 8a25489591d6f7c6c8aa95c98bbdcfe06d075c00 (patch) | |
tree | cc520cfa6a698d133ffa727ab81f002670927244 /indra/newview | |
parent | cd47f86c4ab6dd2bdeb98db06acd64d02cdff96f (diff) |
MAINT-6578 Broken texture batching - fixed along with misc LibVLC plugin additions (status, titles, looping)
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llmediactrl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmediactrl.cpp b/indra/newview/llmediactrl.cpp index 08c927483f..9cf3249983 100644 --- a/indra/newview/llmediactrl.cpp +++ b/indra/newview/llmediactrl.cpp @@ -911,7 +911,7 @@ void LLMediaCtrl::convertInputCoords(S32& x, S32& y) } x = ll_round((F32)x * LLUI::getScaleFactor().mV[VX]); - if ( coords_opengl ) + if ( ! coords_opengl ) { y = ll_round((F32)(y) * LLUI::getScaleFactor().mV[VY]); } |