diff --git a/dlls/wined3d/surface.c b/dlls/wined3d/surface.c index d8092828acbac58b874d40b8cfae5df217ae87c3..a811d6a21dfcd73cdd830cbbb163aa3b4069c100 100644 --- a/dlls/wined3d/surface.c +++ b/dlls/wined3d/surface.c @@ -2945,9 +2945,6 @@ static HRESULT surface_cpu_blt(struct wined3d_texture *dst_texture, unsigned int { int sx, xinc, sy, yinc; - if (!dst_width || !dst_height) /* Hmm... stupid program? */ - goto release; - if (filter != WINED3D_TEXF_NONE && filter != WINED3D_TEXF_POINT && (src_width != dst_width || src_height != dst_height)) {