diff --git a/glm/detail/type_quat.hpp b/glm/detail/type_quat.hpp index 4e7e618a..0e60bc33 100644 --- a/glm/detail/type_quat.hpp +++ b/glm/detail/type_quat.hpp @@ -52,9 +52,9 @@ namespace glm }; # else # ifdef GLM_FORCE_QUAT_DATA_WXYZ - T x, y, z, w; -# else T w, x, y, z; +# else + T x, y, z, w; # endif # endif