forked from mirror/DotRecast
test
This commit is contained in:
parent
1dbf7aac44
commit
403e611628
|
@ -36,8 +36,6 @@ namespace DotRecast.Recast.DemoTool.Tools
|
|||
|
||||
var tileRef = navMesh.GetTileRefAt(tx, ty, 0);
|
||||
navMesh.RemoveTile(tileRef);
|
||||
|
||||
navMesh.AddTile()
|
||||
}
|
||||
|
||||
public void RemoveTile(RcVec3f pos)
|
||||
|
|
Loading…
Reference in New Issue