Fixed increment and decrement operators for matrix types

This commit is contained in:
Christophe Riccio
2013-05-10 23:08:30 +02:00
parent 95e72aa545
commit 66e3e52592
19 changed files with 214 additions and 284 deletions

View File

@@ -349,7 +349,7 @@ int test_mat4x4_col_get()
glm::vec4 D = glm::column(m, 3);
Error += D == glm::vec4(0, 0, 0, 1) ? 0 : 1;
return Error;
return Error;
}
int main()