diff options
| author | Palmer Truelson <palmer@lindenlab.com> | 2010-02-12 21:04:51 -0800 |
|---|---|---|
| committer | Palmer Truelson <palmer@lindenlab.com> | 2010-02-12 21:04:51 -0800 |
| commit | 651b14fcae01b089522f3672bbf35bfbe7268aac (patch) | |
| tree | f63793ae6b972f6205b07769dd7abc9c91690d71 /indra/newview/llhudtext.cpp | |
| parent | 979ddb2ec952f836f7cde7cbc85559b8e9582416 (diff) | |
Backed out davep's UI optimization. changeset 3134cb7bb181
Diffstat (limited to 'indra/newview/llhudtext.cpp')
| -rw-r--r-- | indra/newview/llhudtext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llhudtext.cpp b/indra/newview/llhudtext.cpp index 8d1d27444b..8ad94b957d 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. - gGL.color4f(1.0f, 1.0f, 1.0f, 1.0f); + glColor4f(1.0f, 1.0f, 1.0f, 1.0f); if (for_select) { gGL.getTexUnit(0)->enable(LLTexUnit::TT_TEXTURE); |
