added line

This commit is contained in:
2024-09-30 11:58:11 -07:00
parent ac79326da8
commit 1dedc7c01b

View File

@@ -121,7 +121,7 @@ namespace omath
At(i, j) *= f;
return *this;
}
template <size_t OtherColumns>
constexpr Mat<Rows, OtherColumns> operator*=(const Mat<Columns, OtherColumns>& other)
{