Commit 07436dd4 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

d3dx9_36/tests: Add a '\n' to a trace() call.

parent bb658848
......@@ -1855,7 +1855,7 @@ static CALLBACK HRESULT ID3DXAllocateHierarchyImpl_CreateMeshContainer(ID3DXAllo
} else {
ok(mesh_data->Type == D3DXMESHTYPE_PATCHMESH, "Unknown mesh type %u\n", mesh_data->Type);
if (mesh_data->Type == D3DXMESHTYPE_PATCHMESH)
trace("FIXME: copying adjacency data for patch mesh not implemented");
trace("FIXME: copying adjacency data for patch mesh not implemented\n");
}
}
......
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