From 84b33db83afc3c9015dc24cc6e0c12f23af6aca0 Mon Sep 17 00:00:00 2001 From: Merni Date: Fri, 14 Apr 2017 08:38:24 +0200 Subject: [PATCH] Message --- linmath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);