bot: cosmetic fixes
This commit is contained in:
parent
2ff06051de
commit
61a4f17263
4 changed files with 14 additions and 14 deletions
|
|
@ -523,7 +523,7 @@ bool PathPlanner::find (int srcIndex, int destIndex, NodeAdderFn onAddedNode, in
|
|||
if (m_memoryLimitHit) {
|
||||
return m_dijkstra->find (srcIndex, destIndex, onAddedNode, pathDistance);
|
||||
}
|
||||
return m_floyd->find (srcIndex, destIndex, onAddedNode, pathDistance);;
|
||||
return m_floyd->find (srcIndex, destIndex, onAddedNode, pathDistance);
|
||||
}
|
||||
|
||||
float PathPlanner::dist (int srcIndex, int destIndex) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue