1
0
mirror of https://github.com/td512/re3.git synced 2026-02-14 10:03:56 +00:00

Fix boat component

This commit is contained in:
Sergeanur
2020-01-31 21:02:08 +02:00
parent 79d2ab7619
commit 0c581ce86a

View File

@@ -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();