Update recastnavigation lib to 1.6
This commit is contained in:
@@ -239,6 +239,11 @@ const dtTileCacheObstacle* dtTileCache::getObstacleByRef(dtObstacleRef ref)
|
||||
return ob;
|
||||
}
|
||||
|
||||
dtTileCacheMeshProcess::~dtTileCacheMeshProcess()
|
||||
{
|
||||
// Defined out of line to fix the weak v-tables warning
|
||||
}
|
||||
|
||||
dtStatus dtTileCache::addTile(unsigned char* data, const int dataSize, unsigned char flags, dtCompressedTileRef* result)
|
||||
{
|
||||
// Make sure the data is in right format.
|
||||
|
||||
Reference in New Issue
Block a user