Fix button hovering effect not working anymore
parent
712eeb7faa
commit
3e5a2d2e34
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue