This commit is contained in:
ikpil 2023-07-27 08:43:52 +09:00
parent 1dbf7aac44
commit 403e611628
1 changed files with 0 additions and 2 deletions

View File

@ -36,8 +36,6 @@ namespace DotRecast.Recast.DemoTool.Tools
var tileRef = navMesh.GetTileRefAt(tx, ty, 0); var tileRef = navMesh.GetTileRefAt(tx, ty, 0);
navMesh.RemoveTile(tileRef); navMesh.RemoveTile(tileRef);
navMesh.AddTile()
} }
public void RemoveTile(RcVec3f pos) public void RemoveTile(RcVec3f pos)