diff options
author | nathan <nathansmith@disroot.org> | 2025-07-07 18:13:15 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-07-07 18:13:15 +0000 |
commit | 779ed23839fcabf53b72267f29e2f86a5691270e (patch) | |
tree | 5f3db2ac7a9e35e241d5406ea1e0090eb3672b28 /src/game.c | |
parent | 811d5bf064ce992bc742f55c112a777801126861 (diff) | |
download | FindThings-779ed23839fcabf53b72267f29e2f86a5691270e.tar.gz FindThings-779ed23839fcabf53b72267f29e2f86a5691270e.tar.bz2 FindThings-779ed23839fcabf53b72267f29e2f86a5691270e.zip |
Working on BVH
Diffstat (limited to 'src/game.c')
-rw-r--r-- | src/game.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); } |