summaryrefslogtreecommitdiff
path: root/game.c
diff options
context:
space:
mode:
Diffstat (limited to 'game.c')
-rw-r--r--game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/game.c b/game.c
index ad932a8..168cae4 100644
--- a/game.c
+++ b/game.c
@@ -95,7 +95,7 @@ bool LoadMap(const char *filename) {
game.camera.position = (Vector3){ 0, 10, 0 };
game.camera.target = (Vector3){ 1, 10, 0 };
game.camera.up = (Vector3){ 0, 1, 0 };
- game.camera.fovy = 75.0f;
+ game.camera.fovy = PLAYER_FOV;
game.camera.projection = CAMERA_PERSPECTIVE;
int total_brushes = 0;