Skip to content

Commit

Permalink
Fixed grammar mistakes in core_3d_camera_first_person.c
Browse files Browse the repository at this point in the history
Changed line 118 from, "// For advance camera controls, it's reecommended to compute camera movement manually", to, "// For advanced camera controls, it's recommended to compute camera movement manually".
  • Loading branch information
Mute124 authored Nov 18, 2024
1 parent 71e0b8b commit e945c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/core/core_3d_camera_first_person.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ int main(void)

// Update camera computes movement internally depending on the camera mode
// Some default standard keyboard/mouse inputs are hardcoded to simplify use
// For advance camera controls, it's reecommended to compute camera movement manually
// For advanced camera controls, it's recommended to compute camera movement manually
UpdateCamera(&camera, cameraMode); // Update camera

/*
Expand Down Expand Up @@ -203,4 +203,4 @@ int main(void)
//--------------------------------------------------------------------------------------

return 0;
}
}

0 comments on commit e945c38

Please sign in to comment.