Meh, spacing.
This commit is contained in:
parent
cc1e3c534e
commit
cb1f28a3a3
|
@ -806,8 +806,8 @@ std::tuple<std::vector<Otc::Direction>, Otc::PathFindResult> Map::findPath(const
|
||||||
|
|
||||||
if(!node->evaluated)
|
if(!node->evaluated)
|
||||||
currentNode = node;
|
currentNode = node;
|
||||||
}
|
|
||||||
searchList.clear();
|
searchList.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
if(foundNode) {
|
if(foundNode) {
|
||||||
|
|
Loading…
Reference in New Issue