summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorcallum_linden <none@none>2016-06-02 18:24:15 -0700
committercallum_linden <none@none>2016-06-02 18:24:15 -0700
commit53cc5ba2256af3f70fc9aa69e06a1db0e195079b (patch)
tree652ac5f8ae2ace767b971f9cacb98fc78f73ba68 /indra/newview
parenta24e24fb50e2bbf0a73ccd53ff2ba64124dabeba (diff)
FIX MAINT-6748 content looks correct but page links are flipped vertically
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llmediactrl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmediactrl.cpp b/indra/newview/llmediactrl.cpp
index 9cf3249983..08c927483f 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]);
}