diff --git a/glm/detail/type_quat.inl b/glm/detail/type_quat.inl index d3309e12..041793df 100644 --- a/glm/detail/type_quat.inl +++ b/glm/detail/type_quat.inl @@ -96,7 +96,7 @@ namespace detail template GLM_FUNC_QUALIFIER GLM_CONSTEXPR qua::qua(qua const& q) - : w(q.w), x(q.x), y(q.y), z(q.z) + : x(q.x), y(q.y), z(q.z), w(q.w) {} # endif