summaryrefslogtreecommitdiffstats
path: root/src/math/Matrix.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2019-06-29 17:01:43 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2019-06-29 17:01:43 +0200
commitad76379eba3084c15183baaa4cd39192e9a2be7c (patch)
treed90269d6823a04d968dfcf7a3c2be0b035456884 /src/math/Matrix.h
parentRetrievePedAnimation (diff)
downloadre3-ad76379eba3084c15183baaa4cd39192e9a2be7c.tar
re3-ad76379eba3084c15183baaa4cd39192e9a2be7c.tar.gz
re3-ad76379eba3084c15183baaa4cd39192e9a2be7c.tar.bz2
re3-ad76379eba3084c15183baaa4cd39192e9a2be7c.tar.lz
re3-ad76379eba3084c15183baaa4cd39192e9a2be7c.tar.xz
re3-ad76379eba3084c15183baaa4cd39192e9a2be7c.tar.zst
re3-ad76379eba3084c15183baaa4cd39192e9a2be7c.zip
Diffstat (limited to '')
-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;
}