mirror of
https://github.com/reactos/wine.git
synced 2025-02-15 18:37:49 +00:00
d3dx9_36/tests: Add a '\n' to a trace() call.
This commit is contained in:
parent
bb658848c0
commit
07436dd465
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user