mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00: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