From e357f58c96a0fa70def06dac93cdfcd300ac84a8 Mon Sep 17 00:00:00 2001 From: christophe Date: Fri, 22 Dec 2023 10:08:48 +0100 Subject: [PATCH] gni --- glm/detail/type_quat.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/detail/type_quat.hpp b/glm/detail/type_quat.hpp index 58261811..b595f484 100644 --- a/glm/detail/type_quat.hpp +++ b/glm/detail/type_quat.hpp @@ -54,7 +54,7 @@ namespace glm # ifdef GLM_FORCE_QUAT_DATA_WXYZ T w, x, y, z; # else - T w, x, y, z; + T x, y, z, w; # endif # endif