mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Fix player pitch and yaw not being set properly
This commit is contained in:
parent
1c7c349264
commit
400c6087b6
1 changed files with 1 additions and 1 deletions
|
@ -1793,7 +1793,7 @@ void Game::run()
|
|||
cam_view.camera_pitch) * cam_smoothing;
|
||||
updatePlayerControl(cam_view);
|
||||
step(&dtime);
|
||||
processClientEvents(&cam_view, &runData.damage_flash);
|
||||
processClientEvents(&cam_view_target, &runData.damage_flash);
|
||||
updateCamera(&flags, draw_times.busy_time, dtime,
|
||||
runData.time_from_last_punch);
|
||||
updateSound(dtime);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue