diff --git a/glm/core/type_mat2x4.inl b/glm/core/type_mat2x4.inl index a78d5d0a..d324b580 100644 --- a/glm/core/type_mat2x4.inl +++ b/glm/core/type_mat2x4.inl @@ -109,7 +109,7 @@ namespace detail { value_type const Zero(0); this->value[0] = col_type(s, Zero, Zero, Zero); - this->value[1] = col_type(Zero, Zero, Zero, Zero); + this->value[1] = col_type(Zero, s, Zero, Zero); } template