diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index f5b8661ef4..bb8ea6dd8f 100755 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -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();