From bb45a77d646ef3c6be63415edb500930400a808f Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Wed, 12 Oct 2016 12:21:04 +0300 Subject: [PATCH] remove comment --- include/cglm-mat3.h | 1 - 1 file changed, 1 deletion(-) 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;