d3d9/tests: Another wee bit of slop.

This commit is contained in:
Dan Kegel 2008-05-20 21:26:35 -07:00 committed by Alexandre Julliard
parent 5a701ab6b4
commit 83da377494
1 changed files with 1 additions and 1 deletions

View File

@ -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;