mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-28 05:42:01 +08:00
Remove one more unused line
This commit is contained in:
parent
ed50aefa71
commit
7310cec087
@ -41,7 +41,6 @@ sub read_file {
|
|||||||
my $vertices = [];
|
my $vertices = [];
|
||||||
{
|
{
|
||||||
my %vertices_map = (); # given a vertex's coordinates, what's its index?
|
my %vertices_map = (); # given a vertex's coordinates, what's its index?
|
||||||
my @vertices_facets = (); # given a vertex index, what are the indexes of its tangent facets?
|
|
||||||
for (my $f = 0; $f <= $#$facets; $f++) {
|
for (my $f = 0; $f <= $#$facets; $f++) {
|
||||||
for (-3..-1) {
|
for (-3..-1) {
|
||||||
my $point_id = join ',', @{$facets->[$f][$_]};
|
my $point_id = join ',', @{$facets->[$f][$_]};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user