parent
603b262d9b
commit
71a496803c
1 changed files with 2 additions and 1 deletions
|
|
@ -646,7 +646,8 @@ debug path
|
|||
break;
|
||||
}
|
||||
|
||||
path.push_back(begin_point);
|
||||
if (path[path.size() - 1].distance_to(begin_point) > CMP_EPSILON)
|
||||
path.push_back(begin_point);
|
||||
|
||||
path.invert();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue