Skip to content

Commit

Permalink
Update project.h
Browse files Browse the repository at this point in the history
  • Loading branch information
recp committed Dec 31, 2023
1 parent 3b1d4fc commit c878161
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/cglm/struct/project.h
Expand Up @@ -136,7 +136,6 @@ glms_project(vec3s pos, mat4s m, vec4s vp) {
CGLM_INLINE
float
glms_project_z(vec3s v, mat4s m) {
return glm_project_z(v.raw, m.raw);
#if CGLM_CONFIG_CLIP_CONTROL & CGLM_CLIP_CONTROL_ZO_BIT
return glms_project_z_zo(v, m);
#elif CGLM_CONFIG_CLIP_CONTROL & CGLM_CLIP_CONTROL_NO_BIT
Expand Down

0 comments on commit c878161

Please sign in to comment.