This commit is contained in:
2024-10-20 09:58:55 -07:00
parent f2b63d3924
commit 68f583c936

View File

@@ -116,7 +116,7 @@ namespace omath
return result; return result;
} }
constexpr Mat &operator*=(Type f) noexcept constexpr Mat &operator*=(const Type& f) noexcept
{ {
for (size_t i = 0; i < Rows; ++i) for (size_t i = 0; i < Rows; ++i)
for (size_t j = 0; j < Columns; ++j) for (size_t j = 0; j < Columns; ++j)