diff --git a/glm/detail/type_quat.inl b/glm/detail/type_quat.inl index 9d8344b6..d3309e12 100644 --- a/glm/detail/type_quat.inl +++ b/glm/detail/type_quat.inl @@ -90,7 +90,7 @@ namespace detail template GLM_FUNC_QUALIFIER GLM_CONSTEXPR qua::qua() # if GLM_CONFIG_CTOR_INIT != GLM_CTOR_INIT_DISABLE - : w(1), x(0), y(0), z(0) + : x(0), y(0), z(0), w(1) # endif {}