mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -06:00
Fix threads, tests and require the most recent Moo version
This commit is contained in:
parent
d660a1de0a
commit
747fd25f6d
7 changed files with 31 additions and 21 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue