This commit is contained in:
aozhiwei 2022-12-19 15:20:26 +08:00
parent e710a4eb7b
commit 0e63828105

View File

@ -158,10 +158,10 @@ void MapInstance::Init()
fclose(fp);
}
}
#if 1
{
navmesh_query_ = new dtNavMeshQuery();
navmesh_query_->init(navmesh_, 1024);
#if 0
{
dtTileRef tile_ref = navmesh_->getTileRefAt(0, 0, 0);