mirror of
https://github.com/recp/cglm.git
synced 2026-01-03 06:09:59 +00:00
add tests for vec2 and its call version
This commit is contained in:
@@ -53,7 +53,7 @@ glmc_vec2_norm2(vec2 v) {
|
||||
CGLM_EXPORT
|
||||
float
|
||||
glmc_vec2_norm(vec2 v) {
|
||||
return glm_vec2_norm2(v);
|
||||
return glm_vec2_norm(v);
|
||||
}
|
||||
|
||||
CGLM_EXPORT
|
||||
|
||||
Reference in New Issue
Block a user