(XMB) Build fix

This commit is contained in:
twinaphex 2015-01-16 01:35:27 +01:00
parent c4bbede867
commit f974df6854

View File

@ -197,7 +197,7 @@ static void xmb_draw_icon(GLuint texture, float x, float y,
return;
if (x < -xmb->icon_size || x > gl->win_width
|| y < lakka->icon_size/2 || y > gl->win_height + xmb->icon_size)
|| y < xmb->icon_size/2 || y > gl->win_height + xmb->icon_size)
return;
GLfloat color[] = {