Skip to content

Commit 5c88710

Browse files
Fix head bob position
1 parent caf1caa commit 5c88710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fps/bob/head_bob.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func head_bob_process(horizontal_velocity:Vector3, input_axis:Vector2, is_sprint
9898
if rotation_to_move:
9999
new_rotation = _head_bob_rotation(input_axis.y, input_axis.x, _delta)
100100

101-
head.position = original_position
101+
head.position = new_position
102102
head.quaternion = new_rotation
103103

104104

0 commit comments

Comments
 (0)