Skip to content

Commit fa9653d

Browse files
committed
Fix function call
1 parent fca2317 commit fa9653d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/core/core_3d_fps_controller.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ int main(void)
102102
player.position.y + (BOTTOM_HEIGHT + headLerp),
103103
player.position.z,
104104
};
105-
UpdateCameraAngle(&camera, &lookRotation, headTimer, walkLerp, lean);
105+
UpdateCameraAngle();
106106

107107
DisableCursor(); // Limit cursor to relative movement inside the window
108108

0 commit comments

Comments
 (0)