From 2feb3b3a457573e864ea0c95de2d0af0c16e2835 Mon Sep 17 00:00:00 2001 From: kai-z99 Date: Wed, 7 Aug 2024 01:18:13 -0700 Subject: [PATCH] final1 --- examples/core/core_3d_camera_first_person.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/core/core_3d_camera_first_person.c b/examples/core/core_3d_camera_first_person.c index 57add1161..27a9e80fb 100644 --- a/examples/core/core_3d_camera_first_person.c +++ b/examples/core/core_3d_camera_first_person.c @@ -65,6 +65,7 @@ int main(void) { cameraMode = CAMERA_FREE; camera.up = (Vector3){ 0.0f, 1.0f, 0.0f }; // Reset roll + camera.fovy = 60.0f; } if (IsKeyPressed(KEY_TWO))