worked on grid-walking
worked on grid-generation added helper library for nav-meshes started working on nav meshes
This commit is contained in:
@@ -184,7 +184,9 @@ namespace GW3 {
|
||||
|
||||
}
|
||||
|
||||
#if (GRID_MODE == GM_BOX)
|
||||
Assert::isTrue(grid.hasNodeFor(grid.toGridPoint(res.position)), "end-point not found on grid");
|
||||
#endif
|
||||
|
||||
return res;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user