mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
(360) Build fix
This commit is contained in:
parent
6f2927cbac
commit
6f62101180
@ -240,7 +240,7 @@ bool renderchain_init_shader_fvf(void *data, void *pass_)
|
||||
D3DDECL_END()
|
||||
};
|
||||
|
||||
if (FAILED(d3dr->CreateVertexDeclaration(VertexElements, &pass->vertex_decl))
|
||||
if (FAILED(d3dr->CreateVertexDeclaration(VertexElements, &pass->vertex_decl)))
|
||||
return false;
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user