diff --git a/include/omath/Vector3.hpp b/include/omath/Vector3.hpp index 9c2e9c3..6fe1229 100644 --- a/include/omath/Vector3.hpp +++ b/include/omath/Vector3.hpp @@ -172,7 +172,6 @@ namespace omath [[nodiscard]] constexpr Vector3 operator-() const { - return Vector3{-this->x, -this->y, -z}; }