diff --git a/include/cglm/call/clipspace/ortho_lh_no.h b/include/cglm/call/clipspace/ortho_lh_no.h index 3fc72a1..c19692c 100644 --- a/include/cglm/call/clipspace/ortho_lh_no.h +++ b/include/cglm/call/clipspace/ortho_lh_no.h @@ -17,7 +17,7 @@ CGLM_EXPORT void glmc_ortho_lh_no(float left, float right, float bottom, float top, - float nearZ, float farZ, + float nearZ, float farZ, mat4 dest); CGLM_EXPORT