aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/Matrix.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2019-06-22 21:43:56 +0300
committerNikolay Korolev <nickvnuk@gmail.com>2019-06-22 21:43:56 +0300
commit3b4cf4f418dd94a00f09e218322ed390bea63250 (patch)
tree279839b5dc33bd0ee004e31db4e5df05489e6917 /src/math/Matrix.h
parent057938fc6fc8fa6af1a7e2ca45d3b494909e7b04 (diff)
fixed tab
Diffstat (limited to 'src/math/Matrix.h')
-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&