mirror of
https://github.com/halpz/re3.git
synced 2025-06-29 11:56:29 +00:00
Fix boat component
This commit is contained in:
@ -106,7 +106,7 @@ CBoat::Render()
|
||||
matrix.Attach(&m_aBoatNodes[1]->modelling);
|
||||
|
||||
CVector pos = matrix.GetPosition();
|
||||
matrix.SetRotateZOnly(m_fMovingHiRotation);
|
||||
matrix.SetRotateZ(m_fMovingHiRotation);
|
||||
matrix.Translate(pos);
|
||||
|
||||
matrix.UpdateRW();
|
||||
|
Reference in New Issue
Block a user