mirror of
https://github.com/kristov/ldraw2stl.git
synced 2025-05-15 14:20:11 -07:00
commit
0b5d5ac780
@ -213,7 +213,7 @@ sub parse_sub_file_reference {
|
||||
if ($det < 0) {
|
||||
$invert = 1;
|
||||
}
|
||||
elsif ($self->{_invertnext}) {
|
||||
if ($self->{_invertnext}) {
|
||||
$invert = $invert ? 0 : 1;
|
||||
}
|
||||
$self->DEBUG('FILE: %s AFTER det[%d], invert[%d] _invertnext[%d]', $subpart_filename, $det, $invert, $self->{_invertnext});
|
||||
|
Loading…
x
Reference in New Issue
Block a user