diff --git a/glm/detail/type_quat.hpp b/glm/detail/type_quat.hpp index b8de4b28..ae70e091 100644 --- a/glm/detail/type_quat.hpp +++ b/glm/detail/type_quat.hpp @@ -47,7 +47,7 @@ namespace glm typename detail::storage<4, T, detail::is_aligned::value>::type data; }; # else - T x, y, z, w; + T w, x, y, z; # endif # if GLM_SILENT_WARNINGS == GLM_ENABLE