summaryrefslogtreecommitdiff
path: root/indra/newview/llhudtext.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2010-02-04 23:43:13 -0600
committerDave Parks <davep@lindenlab.com>2010-02-04 23:43:13 -0600
commitff0271d632eb59fef1dc52ff261064b6a09abefa (patch)
treef1554768fa9f1dfcb84f3df0f7aeaa35172080b2 /indra/newview/llhudtext.cpp
parent7d2d8ea58f572a6df08b04f64f3b71501ee21f6c (diff)
parent979ddb2ec952f836f7cde7cbc85559b8e9582416 (diff)
merge
Diffstat (limited to 'indra/newview/llhudtext.cpp')
-rw-r--r--indra/newview/llhudtext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llhudtext.cpp b/indra/newview/llhudtext.cpp
index 8ad94b957d..8d1d27444b 100644
--- a/indra/newview/llhudtext.cpp
+++ b/indra/newview/llhudtext.cpp
@@ -555,7 +555,7 @@ void LLHUDText::renderText(BOOL for_select)
}
}
/// Reset the default color to white. The renderer expects this to be the default.
- glColor4f(1.0f, 1.0f, 1.0f, 1.0f);
+ gGL.color4f(1.0f, 1.0f, 1.0f, 1.0f);
if (for_select)
{
gGL.getTexUnit(0)->enable(LLTexUnit::TT_TEXTURE);