(360) Build fix

This commit is contained in:
twinaphex 2014-05-30 09:24:52 +02:00
parent 6f2927cbac
commit 6f62101180

View File

@ -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