On 24 June 2011 15:24, Michael Mc Donnell michael@mcdonnell.dk wrote:
I can set a break point at test_convert_point_reps_to_adjacency (my new test) and it stops there. I can also set a break point for ID3DXMeshImpl_ConvertPointRepsToAdjacency but it just goes past it.
Here are the commands I used: b test_convert_point_reps_to_adjacency cont b ID3DXMeshImpl_ConvertAdjacencyToPointReps cont
Any idea what I'm doing wrong?
Is that a typo, or did you really mean "ID3DXMeshImpl_ConvertAdjacencyToPointReps" there?