We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 324160f commit 02c5a7cCopy full SHA for 02c5a7c
1 file changed
menu/drivers/ozone.c
@@ -5775,6 +5775,7 @@ static void ozone_draw_entries(
5775
uint32_t alpha_uint32;
5776
float bottom_boundary;
5777
unsigned video_info_height, video_info_width;
5778
+ float last_border_alpha = -1.0f;
5779
bool menu_show_sublabels = settings->bools.menu_show_sublabels;
5780
bool use_smooth_ticker = settings->bools.menu_ticker_smooth;
5781
unsigned show_history_icons = settings->uints.playlist_show_history_icons;
@@ -5832,7 +5833,6 @@ static void ozone_draw_entries(
5832
5833
5834
/* Borders layer */
5835
/* Cache alpha to avoid redundant set_alpha calls each entry */
- float last_border_alpha = -1.0f;
5836
for (i = 0; i < entries_end; i++)
5837
{
5838
bool entry_selected = selection == i;
0 commit comments