remove comment

This commit is contained in:
Recep Aslantas
2016-10-12 12:21:04 +03:00
parent 06393513ca
commit bb45a77d64

View File

@@ -162,7 +162,6 @@ glm_mat3_scale(mat3 m, float s) {
CGLM_INLINE
float
glm_mat3_det(mat3 mat) {
/* [square] det(A) = det(At) */
float a, b, c,
d, e, f,
g, h, i;