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.name = outputFilepath;
|
||||||
path.AddGScores(gScore);
|
path.AddGScores(gScore);
|
||||||
SaveGraph(path, outputFilepath);
|
SaveGraph(path, outputFilepath);
|
||||||
|
path.regionManager = regionManager;
|
||||||
return path;
|
return path;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user