mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 06:40:18 +00:00
Silence warning
This commit is contained in:
parent
dc81998c0b
commit
47f6ff7435
@ -113,7 +113,6 @@ static void d3d8_renderchain_set_vertices(void *data, unsigned pass,
|
|||||||
|
|
||||||
if (chain->last_width != vert_width || chain->last_height != vert_height)
|
if (chain->last_width != vert_width || chain->last_height != vert_height)
|
||||||
{
|
{
|
||||||
unsigned i;
|
|
||||||
Vertex vert[4];
|
Vertex vert[4];
|
||||||
float tex_w, tex_h;
|
float tex_w, tex_h;
|
||||||
void *verts = NULL;
|
void *verts = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user