diff --git a/src/Math/Matrix3.h b/src/Math/Matrix3.h index 7be868204..a6a0b913f 100644 --- a/src/Math/Matrix3.h +++ b/src/Math/Matrix3.h @@ -137,7 +137,7 @@ template class Matrix3: public Matrix<3, T> { } /** @overload */ - inline constexpr Vector3 translation() const { + inline constexpr Vector2 translation() const { return (*this)[2].xy(); }