summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAngga Permana <[email protected]>2022-08-06 13:18:32 +0700
committerGitHub <[email protected]>2022-08-06 08:18:32 +0200
commite06ed6c608032fa1d5abb3efb6c9111fc509b7a8 (patch)
treeca475e0f18cf4817e33e76ab3028649a88ddbad0
parentec8fabceeb20939e9330b4fd84e69bba3506a78b (diff)
downloadraylib-e06ed6c608032fa1d5abb3efb6c9111fc509b7a8.tar.gz
raylib-e06ed6c608032fa1d5abb3efb6c9111fc509b7a8.zip
Fix 4coder project template (#2616)
-rw-r--r--projects/4coder/main.c1
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 };