Fix regression causing default extrusion width to be ignored. #1958

This commit is contained in:
Alessandro Ranellucci 2014-04-25 19:39:27 +02:00
parent 924cb2e558
commit 7ac0095018
6 changed files with 21 additions and 14 deletions

View file

@ -55,6 +55,7 @@ sub flow {
$bridge // 0,
$self->layer->id == 0,
$width,
$self->object,
);
}