X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmath%2FSGMatrix.hxx;h=a7517a698602b79348f124b51d1e5949c2a36cf5;hb=b99f53fda3b06378668bdccd4a9d07161f263366;hp=ad53dcd8fe0fe5fbf1cf12a271db4c70b74106e3;hpb=d11954e80c9e62f87da087b29f6bfb7a6d7e84b5;p=simgear.git diff --git a/simgear/math/SGMatrix.hxx b/simgear/math/SGMatrix.hxx index ad53dcd8..a7517a69 100644 --- a/simgear/math/SGMatrix.hxx +++ b/simgear/math/SGMatrix.hxx @@ -193,6 +193,7 @@ public: (*this)(i,2) += tmp*(*this)(3,2); (*this)(i,3) += tmp*(*this)(3,3); } + return *this; } template SGMatrix& postMultTranslate(const SGVec3& t)