Fix button hovering effect not working anymore

master
Ansariel 2013-07-05 15:39:29 +02:00
parent 712eeb7faa
commit 3e5a2d2e34
1 changed files with 4 additions and 1 deletions

View File

@ -673,7 +673,10 @@ void LLButton::draw()
bool use_glow_effect = FALSE;
LLColor4 highlighting_color = LLColor4::white;
LLColor4 glow_color;
// <FS:Ansariel> Fix broken buttons hovering effect
//LLColor4 glow_color;
LLColor4 glow_color = LLColor4::white;
// </FS:Ansariel>
LLRender::eBlendType glow_type = LLRender::BT_ADD_WITH_ALPHA;
LLUIImage* imagep = NULL;