summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/math/Matrix.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/math/Matrix.h b/src/math/Matrix.h
index faee4660..a93de636 100644
--- a/src/math/Matrix.h
+++ b/src/math/Matrix.h
@@ -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&