2
0
[email protected] 7 жил өмнө
parent
commit
027c258759

+ 1 - 1
oxygine/src/oxygine/math/Matrix.h

@@ -138,7 +138,7 @@ namespace oxygine
     template <class T>
     void MatrixT<T>::inverse()
     {
-        inverse(this, *this);
+        inverse(*this, *this);
     }