diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/content_sao.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content_sao.cpp b/src/content_sao.cpp index 0b69e7bff..f7b193768 100644 --- a/src/content_sao.cpp +++ b/src/content_sao.cpp @@ -1091,7 +1091,7 @@ void PlayerSAO::step(float dtime, bool send_recommended) pos, v3f(0.0f, 0.0f, 0.0f), v3f(0.0f, 0.0f, 0.0f), - v3f(0.0f, 0.0f, 0.0f), + m_rotation, true, false, update_interval |