summaryrefslogtreecommitdiff
path: root/indra/llui/llview.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2011-10-14 17:56:55 -0500
committerDave Parks <davep@lindenlab.com>2011-10-14 17:56:55 -0500
commit984feefbecd0338618ea499dc1fa44c5a5fe747d (patch)
tree2114f73857009a983ca7b1ce90e2bf36237c57b9 /indra/llui/llview.cpp
parent94c137d5c970bc01e3a4dbe8de6a7104085e5ba6 (diff)
parentbaa0ff7d3e34053a1dbc8c5207fe899d9e201ee0 (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 3ddfb090c8..81480b6b72 100644
--- a/indra/llui/llview.cpp
+++ b/indra/llui/llview.cpp
@@ -1214,7 +1214,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);