From 5b6f1642f0a45e1f463273fa92b92fc669f45633 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 3 Oct 2016 05:13:39 +0200 Subject: [PATCH] (D3D) Buildfix --- gfx/common/d3d_common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/common/d3d_common.cpp b/gfx/common/d3d_common.cpp index 9f7598a755..b38064e52d 100644 --- a/gfx/common/d3d_common.cpp +++ b/gfx/common/d3d_common.cpp @@ -403,7 +403,7 @@ void d3d_texture_blit(unsigned pixel_size, LPDIRECT3DTEXTURE tex, D3DLOCKED_RECT *lr, const void *frame, unsigned width, unsigned height, unsigned pitch) { - if (d3d_lock_rectangle(tex, 0, lr, NULL, NULL, 0, 0)) + if (d3d_lock_rectangle(tex, 0, lr, NULL, 0, 0)) { #if defined(_XBOX360) && defined(_XBOX360) D3DSURFACE_DESC desc;