From 779ed23839fcabf53b72267f29e2f86a5691270e Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 7 Jul 2025 12:13:15 -0600 Subject: Working on BVH --- 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 c97914b..f76a0ee 100644 --- a/src/game.c +++ b/src/game.c @@ -21,7 +21,7 @@ void initGame(Game* game) game->player.position = (Vector3){0.0, 30.0, 0.0}; // World. - game->world = createWorld(&game->assets); + game->world = createWorld(134235234); DisableCursor(); } -- cgit v1.2.3