tracer: Don't tuck under inexistent bend

This commit is contained in:
Mikolaj Wielgus 2023-10-17 19:02:26 +00:00
parent 177b8cb231
commit 478f630a73
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ impl<'a> Tracer<'a> {
layer = outer; layer = outer;
} }
return self.tuck_around_bend(head, layer, width); return self.draw().segbend_around_bend(head, layer, width);
} }
} }