Fixed minor fatal error
This commit is contained in:
parent
f71ac8cd65
commit
6a157c22c2
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ sub _slice_region {
|
|||
$mesh = $volume->mesh->clone;
|
||||
}
|
||||
}
|
||||
next if !defined $mesh;
|
||||
return if !defined $mesh;
|
||||
|
||||
# transform mesh
|
||||
# we ignore the per-instance transformations currently and only
|
||||
|
|
Loading…
Reference in a new issue