Always restore state.
This commit is contained in:
parent
8bc9561dd4
commit
3a09a60035
1 changed files with 1 additions and 0 deletions
|
@ -329,6 +329,7 @@ bool placement_finder_ng::find_line_placements(T & path)
|
||||||
if (pp.move(tolerance_offset.get()) && single_line_placement(pp, info_->properties.upright))
|
if (pp.move(tolerance_offset.get()) && single_line_placement(pp, info_->properties.upright))
|
||||||
{
|
{
|
||||||
success = true;
|
success = true;
|
||||||
|
pp.restore_state(state);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
pp.restore_state(state);
|
pp.restore_state(state);
|
||||||
|
|
Loading…
Add table
Reference in a new issue