Commit 95317c33 authored by Stefan Dösinger's avatar Stefan Dösinger Committed by Alexandre Julliard

d3dx9_36/tests: Use NAN.

parent 9e3ef4ab
......@@ -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);
......
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