ddraw: Be less picky about float precision.

This commit is contained in:
Stefan Dösinger 2007-10-26 18:40:58 +02:00 committed by Alexandre Julliard
parent 50ea23efd6
commit f9dba29477
1 changed files with 1 additions and 1 deletions

View File

@ -898,7 +898,7 @@ static void Direct3D1Test(void)
};
static struct v_in cliptest[] = {
{25.59, 25.59, 1.0}, {-25.59, -25.59, 0.0},
{25.61, 25.61, 1.01}, {-25.60, -25.60, -0.01},
{25.61, 25.61, 1.01}, {-25.61, -25.61, -0.01},
};
static struct v_in offscreentest[] = {
{128.1, 0.0, 0.0},