diff options
Diffstat (limited to 'examples/core')
| -rw-r--r-- | examples/core/core_3d_camera_mode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/core/core_3d_camera_mode.c b/examples/core/core_3d_camera_mode.c index 48bac9d7..654fc2db 100644 --- a/examples/core/core_3d_camera_mode.c +++ b/examples/core/core_3d_camera_mode.c @@ -26,7 +26,7 @@ int main(void) camera.target = (Vector3){ 0.0f, 0.0f, 0.0f }; // Camera looking at point camera.up = (Vector3){ 0.0f, 1.0f, 0.0f }; // Camera up vector (rotation towards target) camera.fovy = 45.0f; // Camera field-of-view Y - camera.projection = CAMERA_PERSPECTIVE; // Camera mode type + camera.projection = CAMERA_PERSPECTIVE; // Camera mode type Vector3 cubePosition = { 0.0f, 0.0f, 0.0f }; |
