From ea1c220ea5e1a6c5df73e73ef2ec05ea292b7322 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 13 Sep 2014 18:26:43 +0200 Subject: [PATCH] (D3D) Build fix --- gfx/d3d9/render_chain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/d3d9/render_chain.cpp b/gfx/d3d9/render_chain.cpp index f84007b3c4..c29c252e78 100644 --- a/gfx/d3d9/render_chain.cpp +++ b/gfx/d3d9/render_chain.cpp @@ -205,7 +205,7 @@ bool renderchain_add_lut(void *data, const std::string &id, 0, 0, NULL, - NULL, + NULL ); if (!lut)