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

oldstable
Francois Gouget 2011-06-11 20:20:44 +02:00 committed by Alexandre Julliard
parent bb658848c0
commit 07436dd465
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}
}