Skip to content

Commit

Permalink
fix inlining exported function
Browse files Browse the repository at this point in the history
  • Loading branch information
recp committed May 20, 2017
1 parent 38632b2 commit fb44420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cglm-vec.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ glmc_vec_proj(vec3 a, vec3 b, vec3 dest) {
glm_vec_proj(a, b, dest);
}

CGLM_INLINE
CGLM_EXPORT
void
glmc_vec_center(vec3 v1, vec3 v2, vec3 dest) {
glm_vec_center(v1, v2, dest);
Expand Down

0 comments on commit fb44420

Please sign in to comment.