Introduce ExodusMapRolloverCircleColor for controlling the color of the new minimap selection circle, turn the alpha to zero to make it disappear completely (it's already quite light now)

This commit is contained in:
Lirusaito
2014-04-26 18:07:28 -04:00
parent 1502ef2661
commit 009e9a598a
2 changed files with 19 additions and 0 deletions

View File

@@ -750,6 +750,8 @@ void LLNetMap::draw()
}
// <exodus> Draw mouse radius
static const LLCachedControl<LLColor4> map_avatar_rollover_color("ExodusMapRolloverCircleColor");
gGL.color4fv((map_avatar_rollover_color()).mV);
// Todo: Detect if over the window and don't render a circle?
gl_circle_2d(local_mouse_x, local_mouse_y, min_pick_dist, 32, true);
// </exodus>