diff --git a/include/omath/Mat.h b/include/omath/Mat.h index b1165c9..812d384 100644 --- a/include/omath/Mat.h +++ b/include/omath/Mat.h @@ -121,7 +121,7 @@ namespace omath At(i, j) *= f; return *this; } - + template constexpr Mat operator*=(const Mat& other) {