diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-01-31 20:02:08 +0100 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-01-31 20:02:08 +0100 |
commit | 0c581ce86a3b0b6cc4be5505c255408f97539356 (patch) | |
tree | 68aff7fa6b3bf3ab552528a1b9544f4c65730769 /src/vehicles | |
parent | More fixes (diff) | |
download | re3-0c581ce86a3b0b6cc4be5505c255408f97539356.tar re3-0c581ce86a3b0b6cc4be5505c255408f97539356.tar.gz re3-0c581ce86a3b0b6cc4be5505c255408f97539356.tar.bz2 re3-0c581ce86a3b0b6cc4be5505c255408f97539356.tar.lz re3-0c581ce86a3b0b6cc4be5505c255408f97539356.tar.xz re3-0c581ce86a3b0b6cc4be5505c255408f97539356.tar.zst re3-0c581ce86a3b0b6cc4be5505c255408f97539356.zip |
Diffstat (limited to 'src/vehicles')
-rw-r--r-- | src/vehicles/Boat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/Boat.cpp b/src/vehicles/Boat.cpp index 71c3374b..7dbd7080 100644 --- a/src/vehicles/Boat.cpp +++ b/src/vehicles/Boat.cpp @@ -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(); |