Bugfix: wrong arguments supplied to Flow constructor (rarely used case)
This commit is contained in:
parent
66b57a84de
commit
5435d88924
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ sub new {
|
|||
my ($class, %args) = @_;
|
||||
|
||||
my $self = $class->_new(
|
||||
@args{qw(width spacing nozzle_diameter)},
|
||||
@args{qw(width height nozzle_diameter)},
|
||||
);
|
||||
$self->set_bridge($args{bridge} // 0);
|
||||
return $self;
|
||||
|
|
Loading…
Reference in a new issue