mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
ddraw/tests: Remove a todo from a test that succeeds.
This commit is contained in:
parent
32d8e9cb96
commit
cf8d7fbb6b
@ -685,7 +685,7 @@ static void fog_test(IDirect3DDevice7 *device)
|
||||
}
|
||||
|
||||
color = getPixelColor(device, 160, 360);
|
||||
todo_wine ok(color_match(color, 0x00e51900, 4), "Partially fogged quad has color %08x\n", color);
|
||||
ok(color_match(color, 0x00e51900, 4), "Partially fogged quad has color %08x\n", color);
|
||||
color = getPixelColor(device, 160, 120);
|
||||
ok(color_match(color, 0x0000ff00, 1), "Fogged out quad has color %08x\n", color);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user