From c5b2afc1c447c46400a87a1ebb670a5eb8224a4f Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Mon, 13 May 2024 17:20:28 +0300 Subject: [PATCH] Update quat.h --- include/cglm/quat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cglm/quat.h b/include/cglm/quat.h index 0630ebbf..777e7937 100644 --- a/include/cglm/quat.h +++ b/include/cglm/quat.h @@ -766,7 +766,7 @@ glm_quat_slerp_longest(versor from, versor to, float t, versor dest) { return; } -//NOTE THAT ONLY THIS CHANGED + /* longest path */ if (!(cosTheta < 0.0f)) { glm_vec4_negate(q1); cosTheta = -cosTheta;