mirror of
https://github.com/kristov/ldraw2stl.git
synced 2025-05-15 22:30:10 -07:00
a fix for flipped faces...
simple typo fix on line 216. funny enough, I found it accidentally.
This commit is contained in:
parent
708cca9627
commit
fff3e76d36
@ -213,7 +213,7 @@ sub parse_sub_file_reference {
|
|||||||
if ($det < 0) {
|
if ($det < 0) {
|
||||||
$invert = 1;
|
$invert = 1;
|
||||||
}
|
}
|
||||||
elsif ($self->{_invertnext}) {
|
if ($self->{_invertnext}) {
|
||||||
$invert = $invert ? 0 : 1;
|
$invert = $invert ? 0 : 1;
|
||||||
}
|
}
|
||||||
$self->DEBUG('FILE: %s AFTER det[%d], invert[%d] _invertnext[%d]', $subpart_filename, $det, $invert, $self->{_invertnext});
|
$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