Fixed non power of two matrix products

This commit is contained in:
Christophe Riccio
2014-01-13 23:41:11 +01:00
parent c3e4881833
commit dd272c52ee
12 changed files with 22 additions and 21 deletions

View File

@@ -80,7 +80,7 @@ int test_matrixCompMult()
int test_outerProduct()
{
glm::mat4 m = glm::outerProduct(glm::vec4(1.0f), glm::vec4(1.0f));
return 0;
}