fixed tab

This commit is contained in:
Nikolay Korolev 2019-06-22 21:43:56 +03:00
parent 057938fc6f
commit 3b4cf4f418
1 changed files with 3 additions and 3 deletions

View File

@ -155,9 +155,9 @@ public:
r.Normalise(); r.Normalise();
f = CrossProduct(u, r); f = CrossProduct(u, r);
} }
void CopyOnlyMatrix(CMatrix *other){ void CopyOnlyMatrix(CMatrix *other){
m_matrix = other->m_matrix; m_matrix = other->m_matrix;
} }
}; };
inline CMatrix& inline CMatrix&