diff options
author | Ansariel <none@none> | 2013-11-14 22:13:15 +0100 |
---|---|---|
committer | Ansariel <none@none> | 2013-11-14 22:13:15 +0100 |
commit | 335810246253c04ac3c2ab4f5db556991ed717d6 (patch) | |
tree | 7a8c221278192abe4c2fb0ff9ea7978156abdaaa /indra/llui | |
parent | ebc9bcbf69f7a519677a6522979a6bf6cbb04bb8 (diff) |
STORM-1984: Mousing over UI elements does not make them light up
Diffstat (limited to 'indra/llui')
-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; |