d3d8: Fix typo in test.

This commit is contained in:
Huw Davies 2008-06-19 16:26:52 +01:00 committed by Alexandre Julliard
parent 6e2827ec29
commit a52224a48b

View file

@ -303,7 +303,7 @@ static void clear_test(IDirect3DDevice8 *device)
/* negative x, negative y */
rect_negneg.x1 = 640;
rect_negneg.x1 = 240;
rect_negneg.y1 = 240;
rect_negneg.x2 = 320;
rect_negneg.y2 = 0;
hr = IDirect3DDevice8_Clear(device, 1, &rect_negneg, D3DCLEAR_TARGET, 0xff00ff00, 0.0, 0);