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

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);
}
}