(xmb) Uncomment xmb_calculate_visible_range() call
I tested the other drivers quickly and the previous commit did not affect them, so I'm enabling this again.
This commit is contained in:
parent
22ef8538b7
commit
70b6f951d3
|
@ -2278,7 +2278,7 @@ static void xmb_draw_items(
|
|||
first = i;
|
||||
last = end - 1;
|
||||
|
||||
/* xmb_calculate_visible_range(xmb, height, end, current, &first, &last); */
|
||||
xmb_calculate_visible_range(xmb, height, end, current, &first, &last);
|
||||
|
||||
menu_display_blend_begin();
|
||||
|
||||
|
|
Loading…
Reference in New Issue