(D3D) Silence warnings
This commit is contained in:
parent
c14e281544
commit
7beff1adaa
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue