Merge pull request #11882 from pchote/remove-astar-overlay

Remove legacy A* visualisation.
This commit is contained in:
reaperrr
2016-08-27 18:37:23 +02:00
committed by GitHub
13 changed files with 12 additions and 152 deletions

View File

@@ -530,7 +530,6 @@
<Compile Include="Pathfinder\PathFinderUnitPathCacheDecorator.cs" />
<Compile Include="Pathfinder\PathCacheStorage.cs" />
<Compile Include="Traits\World\PathFinder.cs" />
<Compile Include="Traits\World\PathfinderDebugOverlay.cs" />
<Compile Include="Pathfinder\PathSearch.cs" />
<Compile Include="Pathfinder\BasePathSearch.cs" />
<Compile Include="Traits\World\PlayerPaletteFromCurrentTileset.cs" />