Commit 3ec49a32 authored by Stefan Dösinger's avatar Stefan Dösinger Committed by Alexandre Julliard

d3d9: Read from a slightly different spot in a test.

parent b094c95d
......@@ -6116,7 +6116,7 @@ void test_vshader_input(IDirect3DDevice9 *device)
hr = IDirect3DDevice9_Present(device, NULL, NULL, NULL, NULL);
ok(hr == D3D_OK, "IDirect3DDevice9_Present failed with %s\n", DXGetErrorString9(hr));
color = getPixelColor(device, 480, 360);
color = getPixelColor(device, 480, 350);
/* vs_1_1 may fail, accept the clear color
*
* NOTE: This test fails on the reference rasterizer. In the refrast, the 4 vertices have different colors,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment