mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-25 06:45:42 +00:00
fixed tab
This commit is contained in:
parent
057938fc6f
commit
3b4cf4f418
1 changed files with 3 additions and 3 deletions
|
@ -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&
|
||||
|
|
Loading…
Reference in a new issue