1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Camera: Improve arm inertia

This commit is contained in:
Jean-Patrick Guerrero 2017-06-28 09:45:59 +02:00 committed by paramat
parent ab746b0704
commit 51104d9cd4
2 changed files with 55 additions and 36 deletions

View file

@ -191,7 +191,7 @@ private:
v3s16 m_camera_offset;
v2f m_wieldmesh_offset = v2f(55.0f, -35.0f);
v2f m_timer;
v2f m_arm_dir;
v2f m_cam_vel;
v2f m_cam_vel_old;
v2f m_last_cam_pos;