mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 16:13:46 +01:00
Fix player rotations (#7941)
This commit is contained in:
parent
4000735156
commit
8cc75c053f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user