Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix player rotations (#7941)
  • Loading branch information
jmdevy authored and nerzhul committed Dec 5, 2018
1 parent 4000735 commit 8cc75c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content_sao.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 8cc75c0

Please sign in to comment.