Added gitignore

This commit is contained in:
2026-03-28 13:10:52 +02:00
parent 77f60087dc
commit ba4c5cdce9

View File

@@ -29,7 +29,7 @@ class Player: Entity {
public:
Player(Vector3 position) : Entity(position) {
camera.target = (Vector3){0.0f, 0.0f, 0.0f};
camera.target = (Vector3){0.0f, 0.0f, 0.0F};
camera.up = (Vector3){0.0f, 1.0f, 0.0f};
camera.fovy = 60.0f;
camera.projection = CAMERA_PERSPECTIVE;