diff options
| author | Perttu Ahola <celeron55@gmail.com> | 2011-11-21 14:36:21 +0200 |
|---|---|---|
| committer | Perttu Ahola <celeron55@gmail.com> | 2011-11-29 19:13:50 +0200 |
| commit | 290e9219208fd904807bded7ccdb7109a4f92bc6 (patch) | |
| tree | 1bad6c56620e007c4177284e42386e4b0cea8b8f /src/content_sao.h | |
| parent | 94feb62b087d61d0c211645970a36e6752d1c732 (diff) | |
| download | dragonfireclient-290e9219208fd904807bded7ccdb7109a4f92bc6.tar.xz | |
Relatively snappy object-ground collision detection
Diffstat (limited to 'src/content_sao.h')
| -rw-r--r-- | src/content_sao.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content_sao.h b/src/content_sao.h index 04d33647e..17d87e342 100644 --- a/src/content_sao.h +++ b/src/content_sao.h @@ -231,6 +231,7 @@ private: float m_yaw; float m_last_sent_yaw; v3f m_last_sent_position; + v3f m_last_sent_velocity; float m_last_sent_position_timer; float m_last_sent_move_precision; }; |
