Add regionManager to PathResult for internal use
This commit is contained in:
parent
6fb88b5c9c
commit
5212e43897
@ -38,6 +38,7 @@ public static class Pathfinder
|
||||
path.name = outputFilepath;
|
||||
path.AddGScores(gScore);
|
||||
SaveGraph(path, outputFilepath);
|
||||
path.regionManager = regionManager;
|
||||
return path;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user