Skip to content
Snippets Groups Projects
Commit 400c6087 authored by Kevin Ott's avatar Kevin Ott Committed by Craig Robbins
Browse files

Fix player pitch and yaw not being set properly

parent 1c7c3492
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment