aboutsummaryrefslogtreecommitdiffstats
path: root/src/math/Matrix.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2019-06-29 18:01:43 +0300
committerNikolay Korolev <nickvnuk@gmail.com>2019-06-29 18:01:43 +0300
commitad76379eba3084c15183baaa4cd39192e9a2be7c (patch)
treed90269d6823a04d968dfcf7a3c2be0b035456884 /src/math/Matrix.h
parent62cfcd5b2709e926d4a53b20bbc366ab5bb5b5ff (diff)
more replay stuff, bug fix
Diffstat (limited to 'src/math/Matrix.h')
-rw-r--r--src/math/Matrix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/Matrix.h b/src/math/Matrix.h
index bbdc6a70..63cb2753 100644
--- a/src/math/Matrix.h
+++ b/src/math/Matrix.h
@@ -74,7 +74,7 @@ public:
m_matrix.at.z += rhs.m_matrix.at.z;
m_matrix.pos.x += rhs.m_matrix.pos.x;
m_matrix.pos.y += rhs.m_matrix.pos.y;
- m_matrix.pos.y += rhs.m_matrix.pos.z;
+ m_matrix.pos.z += rhs.m_matrix.pos.z;
return *this;
}