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:
src
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user