summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorAnsariel <none@none>2013-11-14 22:13:15 +0100
committerAnsariel <none@none>2013-11-14 22:13:15 +0100
commit335810246253c04ac3c2ab4f5db556991ed717d6 (patch)
tree7a8c221278192abe4c2fb0ff9ea7978156abdaaa /indra/llui
parentebc9bcbf69f7a519677a6522979a6bf6cbb04bb8 (diff)
STORM-1984: Mousing over UI elements does not make them light up
Diffstat (limited to 'indra/llui')
-rwxr-xr-xindra/llui/llbutton.cpp2
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;