(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:
Higor Eurípedes 2017-08-22 22:00:14 -03:00
parent 22ef8538b7
commit 70b6f951d3

View File

@ -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();