diff options
Diffstat (limited to 'examples/web/models/models_rlgl_solar_system.c')
| -rw-r--r-- | examples/web/models/models_rlgl_solar_system.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/web/models/models_rlgl_solar_system.c b/examples/web/models/models_rlgl_solar_system.c index 8157e07..2217a6e 100644 --- a/examples/web/models/models_rlgl_solar_system.c +++ b/examples/web/models/models_rlgl_solar_system.c @@ -62,7 +62,7 @@ int main(void) camera.target = (Vector3){ 0.0f, 0.0f, 0.0f }; camera.up = (Vector3){ 0.0f, 1.0f, 0.0f }; camera.fovy = 45.0f; - camera.type = CAMERA_PERSPECTIVE; + camera.projection = CAMERA_PERSPECTIVE; SetCameraMode(camera, CAMERA_FREE); |
