Removed unused coded, fix compiler warnings
This commit is contained in:
@@ -13,7 +13,7 @@ PathFinderBase::PathFinderBase(const Map* map) : m_Map(map) {}
|
||||
|
||||
// LinearPathFinder also lives here, since it is too small to get it's
|
||||
// own implementation file
|
||||
Path LinearPathFinder::CalculatePath(WorldPos start, WorldPos end)
|
||||
Path LinearPathFinder::CalculatePath(WorldPos, WorldPos end) // first argument (start pos) not used
|
||||
{
|
||||
auto path = Path{end};
|
||||
return path;
|
||||
|
||||
Reference in New Issue
Block a user