From 6f6210118053b513cac30cf13bbbfbdf292b119a Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 30 May 2014 09:24:52 +0200 Subject: [PATCH] (360) Build fix --- xdk/xdk_d3d.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdk/xdk_d3d.cpp b/xdk/xdk_d3d.cpp index 06e86cf8bc..d24a58acdd 100644 --- a/xdk/xdk_d3d.cpp +++ b/xdk/xdk_d3d.cpp @@ -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