mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-27 08:36:09 +02:00
fixed tab
This commit is contained in:
@@ -155,9 +155,9 @@ public:
|
||||
r.Normalise();
|
||||
f = CrossProduct(u, r);
|
||||
}
|
||||
void CopyOnlyMatrix(CMatrix *other){
|
||||
m_matrix = other->m_matrix;
|
||||
}
|
||||
void CopyOnlyMatrix(CMatrix *other){
|
||||
m_matrix = other->m_matrix;
|
||||
}
|
||||
};
|
||||
|
||||
inline CMatrix&
|
||||
|
Reference in New Issue
Block a user