From 1dedc7c01b63c2982a50100880e98af8251f6bc5 Mon Sep 17 00:00:00 2001 From: Orange Date: Mon, 30 Sep 2024 11:58:11 -0700 Subject: [PATCH] added line --- include/omath/Mat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {