1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-21 09:44:26 +00:00

Fix threads, tests and require the most recent Moo version

This commit is contained in:
Alessandro Ranellucci
2013-09-12 11:09:03 +02:00
parent d660a1de0a
commit 747fd25f6d
7 changed files with 31 additions and 21 deletions
+1 -1
View File
@@ -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);
}
}