From f0547e2535a7e6a56abbb2cb3829cdb9abce2f14 Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Sun, 30 Oct 2016 22:59:47 +0200 Subject: [PATCH] fix variables --- include/cglm-affine.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/cglm-affine.h b/include/cglm-affine.h index 2b6c0b3..233dc7d 100644 --- a/include/cglm-affine.h +++ b/include/cglm-affine.h @@ -245,8 +245,7 @@ glm_rotate_make(mat4 m, float angle, vec3 axis) { CGLM_INLINE void glm_rotate_ndc(mat4 m, float angle, vec3 axis_ndc) { - mat4 rot; - vec4 v1, v2, v3; + mat4 rot, tmp; glm_rotate_ndc_make(rot, angle, axis_ndc);