fix variables

This commit is contained in:
Recep Aslantas
2016-10-30 22:59:47 +02:00
parent f41fd0cc84
commit f0547e2535

View File

@@ -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);