diff options
| author | Ray <[email protected]> | 2022-08-06 19:23:45 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-08-06 19:23:45 +0200 |
| commit | 304c820a8ec6c3345f9b278c3e8f1013da955abb (patch) | |
| tree | a37519da2adfac0a767ca63d2e6fa7a848c62406 /projects/4coder | |
| parent | 86ac792d9a950a6ce8878d53417627c857516ebd (diff) | |
| parent | 4b2357dc34cced76f5fdb9cd93910b828e980a48 (diff) | |
| download | raylib-304c820a8ec6c3345f9b278c3e8f1013da955abb.tar.gz raylib-304c820a8ec6c3345f9b278c3e8f1013da955abb.zip | |
Merge branch 'master' of https://github.com/raysan5/raylib
Diffstat (limited to 'projects/4coder')
| -rw-r--r-- | projects/4coder/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/4coder/main.c b/projects/4coder/main.c index 0f1b192c..4abae398 100644 --- a/projects/4coder/main.c +++ b/projects/4coder/main.c @@ -12,7 +12,6 @@ int main() { cam.target = (Vector3){ 0.0f, 0.0f, 0.0f }; cam.up = (Vector3){ 0.0f, 1.f, 0.0f }; cam.fovy = 60.0f; - cam.type = CAMERA_PERSPECTIVE; Vector3 cubePos = { 0.0f, 0.0f, 0.0f }; |
