aboutsummaryrefslogtreecommitdiffstats
path: root/src/game.c
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-11-24 15:47:25 +0000
committernathan <nathansmith@disroot.org>2025-11-24 15:47:25 +0000
commit05624b044e59e70d10b786538f55e77c19cc3c8c (patch)
treeb51187d58403bcb2c00fc24fbca7643f176d7961 /src/game.c
parenteff6d7308d69ece8b89fe22e529b815f67a893e2 (diff)
downloadFindThings-05624b044e59e70d10b786538f55e77c19cc3c8c.tar.gz
FindThings-05624b044e59e70d10b786538f55e77c19cc3c8c.tar.bz2
FindThings-05624b044e59e70d10b786538f55e77c19cc3c8c.zip
Improved map
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 e2cf7e8..5f7565f 100644
--- a/src/game.c
+++ b/src/game.c
@@ -239,6 +239,7 @@ void closeGame(Game* game)
UnloadTexture(game->skybox.materials[0].maps[MATERIAL_MAP_CUBEMAP].texture);
UnloadModel(game->skybox);
freeWorld(game->world);
+ closeMap(&game->map);
CloseWindow();
}