diff options
Diffstat (limited to 'examples/core/core_world_screen.c')
| -rw-r--r-- | examples/core/core_world_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/core/core_world_screen.c b/examples/core/core_world_screen.c index be1a96b9..d951c922 100644 --- a/examples/core/core_world_screen.c +++ b/examples/core/core_world_screen.c @@ -26,7 +26,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; Vector3 cubePosition = { 0.0f, 0.0f, 0.0f }; Vector2 cubeScreenPosition = { 0.0f, 0.0f }; |
