mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-08-20 01:59:57 +00:00
Issue 61: take 2, missing files.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user