aboutsummaryrefslogtreecommitdiffstats
path: root/src/game.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.c')
-rw-r--r--src/game.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.c b/src/game.c
index aa6c449..dd60eeb 100644
--- a/src/game.c
+++ b/src/game.c
@@ -77,6 +77,7 @@ void initGame(Game* game)
// Player.
game->player = createPlayer();
+ game->player.camera.fovy = game->settings.fov;
game->player.position = Vector3Scale(game->world.size, 0.5);
disableGameCursor(game);