mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:26:10 +00:00
d3d9: Fix a copy/paste error in test.
This commit is contained in:
parent
2a98ea48cd
commit
758777d1e2
1 changed files with 1 additions and 1 deletions
|
@ -9603,7 +9603,7 @@ static void yuv_color_test(IDirect3DDevice9 *device) {
|
|||
color = getPixelColor(device, 600, 240);
|
||||
ok(color_match(color, ref_color_right, 16),
|
||||
"Input 0x%08x: Got color 0x%08x for pixel 2/1, expected 0x%08x, format %s\n",
|
||||
test_data[i].in, color, ref_color_left, fmt_string);
|
||||
test_data[i].in, color, ref_color_right, fmt_string);
|
||||
}
|
||||
IDirect3DSurface9_Release(surface);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue