mirror of
https://github.com/halpz/re3.git
synced 2025-11-21 07:27:01 +00:00
more replay stuff, bug fix
This commit is contained in:
@@ -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