d3dx9_36/tests: Use NAN.

This commit is contained in:
Stefan Dösinger 2014-01-02 15:23:53 +01:00 committed by Alexandre Julliard
parent 9e3ef4abc6
commit 95317c33a9
1 changed files with 1 additions and 1 deletions

View File

@ -4800,7 +4800,7 @@ static void test_create_skin_info(void)
exp_vertices[0] = 0;
exp_vertices[1] = 0x87654321;
exp_weights[0] = 0.5;
exp_weights[1] = 0.0f / 0.0f; /* NAN */
exp_weights[1] = NAN;
num_influences = 2;
hr = skininfo->lpVtbl->SetBoneInfluence(skininfo, 1, num_influences, vertices, weights);