forked from mirror/DotRecast
rename corridor test
This commit is contained in:
parent
cfdcc1336c
commit
deb02778cc
|
@ -26,7 +26,7 @@ using NUnit.Framework;
|
|||
namespace DotRecast.Detour.Crowd.Test;
|
||||
|
||||
|
||||
public class PathCorridorTest
|
||||
public class DtPathCorridorTest
|
||||
{
|
||||
private readonly DtPathCorridor corridor = new DtPathCorridor();
|
||||
private readonly IDtQueryFilter filter = new DtQueryDefaultFilter();
|
Loading…
Reference in New Issue