added dijkstra support to navmesh
This commit is contained in:
@@ -32,7 +32,7 @@ namespace NM {
|
||||
NavMeshTriangle* _neighbors[3];
|
||||
int _numNeighbors;
|
||||
|
||||
private: // precalculated stuff
|
||||
protected: // precalculated stuff
|
||||
|
||||
// Point2 v0;
|
||||
// Point2 v1;
|
||||
|
||||
Reference in New Issue
Block a user