forked from Mirrorlandia_minetest/minetest
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,
|
pos,
|
||||||
v3f(0.0f, 0.0f, 0.0f),
|
v3f(0.0f, 0.0f, 0.0f),
|
||||||
v3f(0.0f, 0.0f, 0.0f),
|
v3f(0.0f, 0.0f, 0.0f),
|
||||||
v3f(0.0f, 0.0f, 0.0f),
|
m_rotation,
|
||||||
true,
|
true,
|
||||||
false,
|
false,
|
||||||
update_interval
|
update_interval
|
||||||
|
Loading…
Reference in New Issue
Block a user