diff options
Diffstat (limited to 'examples/models/models_waving_cubes.c')
| -rw-r--r-- | examples/models/models_waving_cubes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/models/models_waving_cubes.c b/examples/models/models_waving_cubes.c index 764dc5e7..2a3b142d 100644 --- a/examples/models/models_waving_cubes.c +++ b/examples/models/models_waving_cubes.c @@ -30,7 +30,7 @@ int main() camera.target = (Vector3){ 0.0f, 0.0f, 0.0f }; camera.up = (Vector3){ 0.0f, 1.0f, 0.0f }; camera.fovy = 70.0f; - camera.type = CAMERA_PERSPECTIVE; + camera.projection = CAMERA_PERSPECTIVE; // Specify the amount of blocks in each direction const int numBlocks = 15; |
