mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-12 16:58:39 +00:00
Fix player rotations (#7941)
This commit is contained in:
parent
4000735156
commit
8cc75c053f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue