diff --git a/indra/llui/llbutton.cpp b/indra/llui/llbutton.cpp index 4b03cb4061..9f7b802e30 100644 --- a/indra/llui/llbutton.cpp +++ b/indra/llui/llbutton.cpp @@ -673,7 +673,10 @@ void LLButton::draw() bool use_glow_effect = FALSE; LLColor4 highlighting_color = LLColor4::white; - LLColor4 glow_color; + // Fix broken buttons hovering effect + //LLColor4 glow_color; + LLColor4 glow_color = LLColor4::white; + // LLRender::eBlendType glow_type = LLRender::BT_ADD_WITH_ALPHA; LLUIImage* imagep = NULL;