(D3D) Silence warnings

This commit is contained in:
twinaphex 2016-02-26 22:46:01 +01:00
parent c14e281544
commit 7beff1adaa

View File

@ -172,6 +172,8 @@ static void menu_display_d3d_draw_bg(void *data)
if (!d3d || !draw)
return;
(void)coords;
new_vertex = draw->vertex;
new_tex_coord = draw->tex_coord;