Issue 61: take 2, missing files.

This commit is contained in:
Mikko Mononen
2010-04-13 10:58:18 +00:00
parent 9bb95ef45b
commit 193f44a388
12 changed files with 69 additions and 76 deletions

View File

@@ -22,7 +22,7 @@
#include "RecastDebugDraw.h"
#include "Recast.h"
void duDebugDrawTriMesh(duDebugDraw* dd, const float* verts, int nverts,
void duDebugDrawTriMesh(duDebugDraw* dd, const float* verts, int /*nverts*/,
const int* tris, const float* normals, int ntris,
const unsigned char* flags)
{
@@ -43,7 +43,7 @@ void duDebugDrawTriMesh(duDebugDraw* dd, const float* verts, int nverts,
dd->end();
}
void duDebugDrawTriMeshSlope(duDebugDraw* dd, const float* verts, int nverts,
void duDebugDrawTriMeshSlope(duDebugDraw* dd, const float* verts, int /*nverts*/,
const int* tris, const float* normals, int ntris,
const float walkableSlopeAngle)
{