1
0
mirror of https://github.com/halpz/re3.git synced 2025-07-03 05:40:48 +00:00

more replay stuff, bug fix

This commit is contained in:
Nikolay Korolev
2019-06-29 18:01:43 +03:00
parent 62cfcd5b27
commit ad76379eba
3 changed files with 63 additions and 13 deletions

@ -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;
}