Merge pull request #9141 from RoosterDragon/pathfinder-perf

Improve pathfinder performance (paths may change)
This commit is contained in:
reaperrr
2015-09-05 16:49:51 +02:00
7 changed files with 36 additions and 99 deletions

View File

@@ -504,7 +504,7 @@
<Compile Include="Pathfinder\CellInfoLayerManager.cs" />
<Compile Include="Pathfinder\Constants.cs" />
<Compile Include="Pathfinder\PathGraph.cs" />
<Compile Include="Pathfinder\PathFinderCacheDecorator.cs" />
<Compile Include="Pathfinder\PathFinderUnitPathCacheDecorator.cs" />
<Compile Include="Pathfinder\PathCacheStorage.cs" />
<Compile Include="Traits\World\PathFinder.cs" />
<Compile Include="Traits\World\PathfinderDebugOverlay.cs" />