mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +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
|
CGLM_EXPORT
|
||||||
void
|
void
|
||||||
glmc_quat_normalize(versor q) {
|
glmc_quat_normalize(versor q) {
|
||||||
glm_quat_norm(q);
|
glm_quat_normalize(q);
|
||||||
}
|
}
|
||||||
|
|
||||||
CGLM_EXPORT
|
CGLM_EXPORT
|
||||||
|
|||||||
Reference in New Issue
Block a user