summaryrefslogtreecommitdiff
path: root/indra/llui/llview.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2011-10-24 15:32:58 -0500
committerDave Parks <davep@lindenlab.com>2011-10-24 15:32:58 -0500
commite2b52009ea509ec67341df196f3ad629869493e1 (patch)
tree65089b4903f6169f46333156d965609735f0a3dd /indra/llui/llview.cpp
parent8d410326c937a375fa0eb7855678e590499a79d2 (diff)
parent7b83f1dfd1daeb4e0b80e1c369e83137682a723c (diff)
merge
Diffstat (limited to 'indra/llui/llview.cpp')
-rw-r--r--indra/llui/llview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llview.cpp b/indra/llui/llview.cpp
index 3fd7e48428..1644f53978 100644
--- a/indra/llui/llview.cpp
+++ b/indra/llui/llview.cpp
@@ -1215,7 +1215,7 @@ void LLView::drawChild(LLView* childp, S32 x_offset, S32 y_offset, BOOL force_dr
if ((childp->getVisible() && childp->getRect().isValid())
|| force_draw)
{
- glMatrixMode(GL_MODELVIEW);
+ gGL.matrixMode(LLRender::MM_MODELVIEW);
LLUI::pushMatrix();
{
LLUI::translate((F32)childp->getRect().mLeft + x_offset, (F32)childp->getRect().mBottom + y_offset, 0.f);