From 0e8b4d5e38593cd9299da73ae84b5ca5ca61042f Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 25 Nov 2025 08:15:02 -0700 Subject: Really fancy looking map --- src/game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game.c') diff --git a/src/game.c b/src/game.c index 5f7565f..9d7686f 100644 --- a/src/game.c +++ b/src/game.c @@ -83,7 +83,7 @@ void initGame(Game* game) game->player.position = Vector3Scale(game->world.size, 0.5); // Map. - initMap(&game->map, &game->settings); + initMap(&game->map, &game->world, &game->settings); disableGameCursor(game); } -- cgit v1.2.3