浏览代码

Fixed grammar mistakes in core_3d_camera_first_person.c (#4508)

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".
pull/4514/head
Mute 3 个月前
committed by GitHub
父节点
当前提交
f979cc62ee
找不到此签名对应的密钥 GPG 密钥 ID: B5690EEEBB952194
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      examples/core/core_3d_camera_first_person.c

+ 2
- 2
examples/core/core_3d_camera_first_person.c 查看文件

@ -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
/*
@ -203,4 +203,4 @@ int main(void)
//--------------------------------------------------------------------------------------
return 0;
}
}

正在加载...
取消
保存