Fix 4coder project template

This commit is contained in:
anggape 2022-08-06 10:16:51 +07:00
parent ec8fabceeb
commit 729acd1bdf
No known key found for this signature in database
GPG Key ID: F5E32DF816575480

View File

@ -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 };