diff options
| author | Angga Permana <[email protected]> | 2022-08-06 13:18:32 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-06 08:18:32 +0200 |
| commit | e06ed6c608032fa1d5abb3efb6c9111fc509b7a8 (patch) | |
| tree | ca475e0f18cf4817e33e76ab3028649a88ddbad0 /projects/4coder/main.c | |
| parent | ec8fabceeb20939e9330b4fd84e69bba3506a78b (diff) | |
| download | raylib-e06ed6c608032fa1d5abb3efb6c9111fc509b7a8.tar.gz raylib-e06ed6c608032fa1d5abb3efb6c9111fc509b7a8.zip | |
Fix 4coder project template (#2616)
Diffstat (limited to 'projects/4coder/main.c')
| -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 }; |
