diff options
| author | Dessie Linden <dessie@lindenlab.com> | 2010-12-16 14:35:08 -0800 |
|---|---|---|
| committer | Dessie Linden <dessie@lindenlab.com> | 2010-12-16 14:35:08 -0800 |
| commit | 8a6cb0399230953dda23b47edec07e5082e5dafd (patch) | |
| tree | cf775805e18cff0ac6ba01160e15de126eb95e6c /indra/newview/lltoolmorph.cpp | |
| parent | aa212430857e59e317d65b61748365a2fc4eb0ba (diff) | |
| parent | 73962e2134035855def0177db171d8eddaa193cb (diff) | |
Merge
Diffstat (limited to 'indra/newview/lltoolmorph.cpp')
| -rw-r--r-- | indra/newview/lltoolmorph.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/lltoolmorph.cpp b/indra/newview/lltoolmorph.cpp index ca80a1db79..964b17d3a6 100644 --- a/indra/newview/lltoolmorph.cpp +++ b/indra/newview/lltoolmorph.cpp @@ -244,13 +244,13 @@ BOOL LLVisualParamHint::render() //----------------------------------------------------------------------------- // draw() //----------------------------------------------------------------------------- -void LLVisualParamHint::draw() +void LLVisualParamHint::draw(F32 alpha) { if (!mIsVisible) return; gGL.getTexUnit(0)->bind(this); - gGL.color4f(1.f, 1.f, 1.f, 1.f); + gGL.color4f(1.f, 1.f, 1.f, alpha); LLGLSUIDefault gls_ui; gGL.begin(LLRender::QUADS); |
