diff --git a/src/render_d3d9.c b/src/render_d3d9.c index 5915280..8e2b07a 100644 --- a/src/render_d3d9.c +++ b/src/render_d3d9.c @@ -393,8 +393,8 @@ DWORD WINAPI d3d9_render_main(void) lock_rc.pBits, 0, 0, - min(g_ddraw->width, g_ddraw->primary->width), - min(g_ddraw->height, g_ddraw->primary->height), + g_ddraw->primary->width, + g_ddraw->primary->height, lock_rc.Pitch, g_ddraw->primary->surface, 0,