mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-06-01 18:50:24 -07:00
Fix threads, tests and require the most recent Moo version
This commit is contained in:
@@ -56,7 +56,7 @@ sub new {
|
||||
}
|
||||
|
||||
{
|
||||
my @norms = map @$_, @{$mesh->normals};
|
||||
my @norms = map { @$_, @$_, @$_ } @{$mesh->normals};
|
||||
$v->{norms} = OpenGL::Array->new_list(GL_FLOAT, @norms);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user