diff --git a/vcg/math/matrix44.h b/vcg/math/matrix44.h index 5596a6bb..cb53bfa8 100644 --- a/vcg/math/matrix44.h +++ b/vcg/math/matrix44.h @@ -801,6 +801,7 @@ template Matrix44 & Invert(Matrix44 &m) { for(int i = 0; i < 4; i++) m.ElementAt(i, j) = col[i]; } + return m; } template Matrix44 Inverse(const Matrix44 &m) {