diff options
Diffstat (limited to 'projects/VSCode_tcc_win')
| -rw-r--r-- | projects/VSCode_tcc_win/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/VSCode_tcc_win/main.c b/projects/VSCode_tcc_win/main.c index 7a68a373..ed1bbcfd 100644 --- a/projects/VSCode_tcc_win/main.c +++ b/projects/VSCode_tcc_win/main.c @@ -36,7 +36,7 @@ int main() camera.target = (Vector3){ 0.0f, 0.0f, 0.0f }; camera.up = (Vector3){ 0.0f, 1.0f, 0.0f }; camera.fovy = 60.0f; - camera.type = CAMERA_PERSPECTIVE; + camera.projection = CAMERA_PERSPECTIVE; SetCameraMode(camera, CAMERA_ORBITAL); |
