Update recastnavigation lib to 1.6
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
//
|
||||
|
||||
#include <float.h>
|
||||
#define _USE_MATH_DEFINES
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
@@ -284,7 +283,7 @@ static unsigned short getHeight(const float fx, const float fy, const float fz,
|
||||
enum EdgeValues
|
||||
{
|
||||
EV_UNDEF = -1,
|
||||
EV_HULL = -2,
|
||||
EV_HULL = -2
|
||||
};
|
||||
|
||||
static int findEdge(const int* edges, int nedges, int s, int t)
|
||||
|
||||
Reference in New Issue
Block a user