Add regionManager to PathResult for internal use

This commit is contained in:
glax 2023-04-19 22:15:57 +02:00
parent 6fb88b5c9c
commit 5212e43897

View File

@ -38,6 +38,7 @@ public static class Pathfinder
path.name = outputFilepath;
path.AddGScores(gScore);
SaveGraph(path, outputFilepath);
path.regionManager = regionManager;
return path;
}