(XMB) Should not need this I think

This commit is contained in:
twinaphex 2015-11-01 16:25:31 +01:00
parent 19a6ccb646
commit 2ab4158eca

View File

@ -399,9 +399,6 @@ static void xmb_draw_icon_predone(gl_t *gl, xmb_handle_t *xmb,
y > height + xmb->icon.size)
return;
if (gl->shader && gl->shader->use)
gl->shader->use(gl, GL_SHADER_STOCK_BLEND);
coords.vertices = 4;
coords.vertex = rmb_vertex;
coords.tex_coord = rmb_tex_coord;