diff --git a/linmath.h b/linmath.h index d116acb..f9c55c3 100644 --- a/linmath.h +++ b/linmath.h @@ -111,7 +111,7 @@ namespace lm { tmat4 operator*(T scalar) const; tvec4 operator*(tvec4 const & v) const; - tmat4 & operator+=(tmat4 const & m); + //tmat4 & operator+=(tmat4 const & m); tmat4 & operator-=(tmat4 const & m); tmat4 & operator*=(tmat4 const & m);