From 9fb418bcac1fce9f896e55151c2c916c23a608a5 Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Sat, 5 Apr 2025 13:36:12 +0300 Subject: [PATCH] Update include/cglm/mat3.h Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- include/cglm/mat3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cglm/mat3.h b/include/cglm/mat3.h index 15f1fe3..10b373e 100644 --- a/include/cglm/mat3.h +++ b/include/cglm/mat3.h @@ -31,7 +31,7 @@ CGLM_INLINE void glm_mat3_swap_row(mat3 mat, int row1, int row2); CGLM_INLINE float glm_mat3_rmc(vec3 r, mat3 m, vec3 c); CGLM_INLINE void glm_mat3_make(float * restrict src, mat3 dest); - CGLM_INLINE void glm_mat4_textrans(float sx, float sy, float rot, float tx, float ty, mat4 dest); + CGLM_INLINE void glm_mat3_textrans(float sx, float sy, float rot, float tx, float ty, mat3 dest); */ #ifndef cglm_mat3_h