mirror of
https://github.com/recp/cglm.git
synced 2026-01-03 06:09:59 +00:00
quat: fix glmc_quat_normalize()
This commit is contained in:
@@ -59,7 +59,7 @@ glmc_quat_normalize_to(versor q, versor dest) {
|
||||
CGLM_EXPORT
|
||||
void
|
||||
glmc_quat_normalize(versor q) {
|
||||
glm_quat_norm(q);
|
||||
glm_quat_normalize(q);
|
||||
}
|
||||
|
||||
CGLM_EXPORT
|
||||
|
||||
Reference in New Issue
Block a user