Commit 83da3774 authored by Dan Kegel's avatar Dan Kegel Committed by Alexandre Julliard

d3d9/tests: Another wee bit of slop.

parent 5a701ab6
......@@ -6370,7 +6370,7 @@ out:
/* Return true if color is near the expected value */
static int color_near(DWORD color, DWORD expected)
{
const BYTE slop = 1;
const BYTE slop = 2;
BYTE r, g, b;
BYTE rx, gx, bx;
......
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