diff --git a/include/cglm-mat3.h b/include/cglm-mat3.h index f3d8583..6d74b24 100644 --- a/include/cglm-mat3.h +++ b/include/cglm-mat3.h @@ -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;