diff options
| author | Oz Linden <oz@lindenlab.com> | 2013-11-26 19:18:04 -0500 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2013-11-26 19:18:04 -0500 |
| commit | ced4ccdbd295216e57755b81b5b04df5b6022d4d (patch) | |
| tree | b0a7e694352b214dd098426846a0c9890c216d0e /indra/llui/llbutton.cpp | |
| parent | 45bc601563337b99ca3dc0d733196d7a00dd54d7 (diff) | |
| parent | fe3a9306233d8fddbbb7d961c398e51d49c29b42 (diff) | |
merge changes for storm-1984
Diffstat (limited to 'indra/llui/llbutton.cpp')
| -rwxr-xr-x | indra/llui/llbutton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llbutton.cpp b/indra/llui/llbutton.cpp index 50ac511d18..3cfe5ac57f 100755 --- a/indra/llui/llbutton.cpp +++ b/indra/llui/llbutton.cpp @@ -641,7 +641,7 @@ void LLButton::draw() bool use_glow_effect = FALSE; LLColor4 highlighting_color = LLColor4::white; - LLColor4 glow_color; + LLColor4 glow_color = LLColor4::white; LLRender::eBlendType glow_type = LLRender::BT_ADD_WITH_ALPHA; LLUIImage* imagep = NULL; |
